1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 02:36:19 +02:00

add .dir-locals for elisp

* module/language/elisp/.dir-locals.el: New file. Set fill-column to 72.
This commit is contained in:
Brian Templeton 2010-07-13 17:15:24 -04:00
parent 46ab7225d5
commit 3cb34c5c04

View file

@ -0,0 +1,3 @@
;; Per-directory local variables for GNU Emacs 23 and later.
((nil . ((fill-column . 72))))