summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-26 22:51:39 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-26 22:51:39 +0300
commit4288f1f60c7445dd42e2e93b3d5cf5700d3dcec8 (patch)
tree3a998dba402e248f818ef16e1c56c70ac8195337 /.dir-locals.el
parent89db88c88083aaabba412662d9da10102f519b8d (diff)
fix(misc): fix indentation rules
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
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))