summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.fnl b/init.fnl
index f0898b5..71b2e19 100644
--- a/init.fnl
+++ b/init.fnl
@@ -2241,7 +2241,3 @@ default."
(error (.. (tostring multimethod) " is not a multifn") 2)))
core
-
-;; Local Variables:
-;; eval: (add-to-list 'imenu-generic-expression `(nil "\\s(\\(?:defn-?\\|fn\\*\\)[[:space:]]+\\(\\(?:\\sw\\|\\s_\\|-\\|_\\)+\\)" 1))
-;; End: