diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-02 09:17:03 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-02 09:17:03 +0300 |
| commit | e216b9be95e2c52f62e27294714ba6bb8fd58d1f (patch) | |
| tree | cf590436b7f0cbfe70e4d15739004c2487bde2ab /.dir-locals.el | |
| parent | 3b9aa01b8b82f8710eb19fc829b937af42d9dbcb (diff) | |
feature(core): more multimethod related functions
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 7c3e0a2..0d0d3cd 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,9 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((fennel-mode . ((eval . (put 'deftest 'fennel-indent-function 'defun)) +((fennel-mode . ((eval . (put 'defmethod 'fennel-indent-function 'defun)) + (eval . (put 'defmulti 'bfennel-indent-function 'defun)) + (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)) |