diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-26 22:51:39 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-26 22:51:39 +0300 |
| commit | 4288f1f60c7445dd42e2e93b3d5cf5700d3dcec8 (patch) | |
| tree | 3a998dba402e248f818ef16e1c56c70ac8195337 /.dir-locals.el | |
| parent | 89db88c88083aaabba412662d9da10102f519b8d (diff) | |
fix(misc): fix indentation rules
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 8ad1001..ba39086 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,8 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((fennel-mode . ((eval . (put 'test 'fennel-indent-function 'defun)) +((fennel-mode . ((eval . (put 'deftest 'fennel-indent-function 'defun)) + (eval . (put 'testing '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)) |