blob: 8ad1001f008261c816b68b8f22c952068a7ad6cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((fennel-mode . ((eval . (put 'test 'fennel-indent-function 'defun))
(eval . (put 'when-some 'fennel-indent-function 1))
(eval . (put 'if-some 'fennel-indent-function 1))
(eval . (put 'when-let 'fennel-indent-function 1))
(eval . (put 'if-let 'fennel-indent-function 1))
(eval . (put 'fn* 'fennel-indent-function 'defun)))))
|