Skip to content

Commit

Permalink
Updated .dir-locals.el. (M)
Browse files Browse the repository at this point in the history
`coding' can't be specified and `compile-command' is always unsafe.
Better use something else.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
  • Loading branch information
ruediger committed Oct 17, 2013
1 parent c2ec8db commit 6ac7975
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
((nil . ((indent-tabs-mode . nil)
(coding . utf-8)))
(c++-mode . ((c-basic-offset . 2)
(compile-command . (concat "cd " default-directory " && make")))))
((nil . ((indent-tabs-mode . nil)))
(c++-mode . ((c-basic-offset . 2))))

0 comments on commit 6ac7975

Please sign in to comment.