summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-10-21 04:43:32 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-10-21 04:43:32 +0300
commita730948601407e2be84e09df833d4265d895f9d8 (patch)
treea5b12e0bbf6446d34c415af92950496143d93093 /.dir-locals.el
parentcac18405716e2d762de5e4cac7d255e6c1b28520 (diff)
implement Clojure's defn
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..3c181f6
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((fennel-mode . ((eval . (put 'fn* 'fennel-indent-function 'defun)))))