Add dir-locals to enable guix-devel-mode

This commit is contained in:
TakeV 2023-07-12 18:53:55 -07:00
parent c98bcc824e
commit 57ade8be57
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 4 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((eval . (add-hook 'scheme-mode-hook 'guix-devel-mode)))))