From e216b9be95e2c52f62e27294714ba6bb8fd58d1f Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Mon, 2 Nov 2020 09:17:03 +0300 Subject: feature(core): more multimethod related functions --- .dir-locals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') 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)) -- cgit v1.2.3