Add .dir-locals.el
This commit is contained in:
parent
0cfdef888a
commit
6bc6bfafc0
1 changed files with 12 additions and 0 deletions
12
.dir-locals.el
Normal file
12
.dir-locals.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;; Per-directory local variables for GNU Emacs 23 and later.
|
||||
|
||||
((nil
|
||||
.
|
||||
((eval . (add-to-list 'completion-ignored-extensions ".go"))))
|
||||
(scheme-mode
|
||||
.
|
||||
;; This is a temporary setting until dependency on guix is removed
|
||||
;; (if ever).
|
||||
((geiser-guile-binary . ("guix" "repl"))
|
||||
(indent-tabs-mode . nil)
|
||||
(eval . (put 'hall-description 'scheme-indent-function 0)))))
|
Loading…
Reference in a new issue