Add .dir-locals.el

This commit is contained in:
Christopher Baines 2019-04-14 10:08:49 +01:00
parent ef4fd5ab4f
commit d3261eb364
1 changed files with 13 additions and 0 deletions

13
.dir-locals.el Normal file
View File

@ -0,0 +1,13 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(fill-column . 78)
(tab-width . 8))
(scheme-mode
(indent-tabs-mode)
(eval put 'with-time-logging 'scheme-indent-function 1)
(eval put 'make-parameter 'scheme-indent-function 1))
(texinfo-mode
(indent-tabs-mode)
(fill-column . 72)))