Changes to emacs file .
This commit is contained in:
parent
5f7a7d8083
commit
ad75b870a5
@ -1,4 +1,9 @@
|
||||
;; <http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html>
|
||||
((c-mode . ((c-basic-offset . 4)
|
||||
(tab-width . 8)
|
||||
(indent-tabs-mode . nil))))
|
||||
(( nil . ((eval . (progn
|
||||
(require 'projectile)
|
||||
(puthash (projectile-project-root) "cd build; make -j 4" projectile-compilation-cmd-map)
|
||||
(puthash (projectile-project-root) "cd build; ctest -j 4" projectile-test-cmd-map)))))
|
||||
( c-mode . ((c-basic-offset . 4)
|
||||
(tab-width . 8)
|
||||
(indent-tabs-mode . nil))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user