summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: e0d3e5ae0629ea4cd624ddf7706bf93f707dadc1 (plain) (blame)
1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((fennel-mode . ((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)))))