mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
8 lines
203 B
EmacsLisp
8 lines
203 B
EmacsLisp
;;; Directory Local Variables
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((c++-mode
|
|
(flycheck-clang-language-standard . "c++11")
|
|
(flycheck-gcc-language-standard . "c++11")))
|
|
|