From 910bfcf768c2305a6885b0d1f491561d09ebd9ca Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 8 Nov 2020 21:13:47 +0300 Subject: feature(macros): add metadata macros, doc, and some tests --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 0d0d3cd..2f24cfa 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 'defmethod 'fennel-indent-function 'defun)) +((fennel-mode . ((eval . (put 'when-meta 'fennel-indent-function 'defun)) + (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)) -- cgit v1.2.3