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:
parent
e3eefae0e5
commit
2bc8d9eff6
1 changed files with 7 additions and 0 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal 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))))
|
Loading…
Add table
Add a link
Reference in a new issue