summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-10-31 09:38:50 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2022-10-31 09:38:50 +0300
commitaa1c2d9b7c65feefa63d2a84f996161309fb5dcd (patch)
tree9a1d76b75b466bdba7b404c1396c838a7cb5077e /init.fnl
parentf2163b3e571d9aa7dd2b311b9e3869e07b5d43b9 (diff)
move buf-locals to dir-locals
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: