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