1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add per-directory Emacs local variables.

This commit is contained in:
Ludovic Courtès 2010-01-03 19:15:05 +01:00
parent e3eefae0e5
commit 2bc8d9eff6

7
.dir-locals.el Normal file
View file

@ -0,0 +1,7 @@
;; Per-directory local variables for GNU Emacs 23 and later.
((nil . ((fill-column . 80)
(tab-width . 8)))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode . ((indent-tabs-mode . nil)))
(emacs-lisp-mode . ((indent-tabs-mode . nil))))