summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2021-01-24 16:22:57 +0300
committerAndrey Orst <andreyorst@gmail.com>2021-01-24 18:25:42 +0300
commitb22f270b596881630fb1dbd6a721c1fe6312f00d (patch)
treefc9ac927f79039c67d263b40c6ec73de4a1161a2 /.dir-locals.el
parent996b6b2b199610682d32028e02e5c07f781e5373 (diff)
feature: include documentation testing in pipeline
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index bf3fb90..abb24bb 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -31,5 +31,6 @@
(eval . (put 'if-some 'fennel-indent-function 1))
(eval . (put 'when-let 'fennel-indent-function 1))
(eval . (put 'if-let 'fennel-indent-function 1))
- (eval . (put 'fn+ 'fennel-indent-function 'defun))
- (eval . (put 'fn* 'fennel-indent-function 'defun)))))
+ (eval . (put 'fn* 'fennel-indent-function 'defun))
+ (eval . (put 'fn* 'fennel-doc-string-elt 2))
+ (eval . (put 'defmulti 'fennel-doc-string-elt 2)))))