summary refs log tree commit diff
path: root/config/init-imenu.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-26 14:00:34 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-26 14:00:34 -0700
commit38593df6bb457fc3940fcef1d93976cd56b0a2d0 (patch)
tree58fbc11815b2fe7619d1234388877ebc0763afa6 /config/init-imenu.el
parenti want the eglot buffer to debug stuff (diff)
downloademacs.d-38593df6bb457fc3940fcef1d93976cd56b0a2d0.tar.gz
massive cleanup
Diffstat (limited to 'config/init-imenu.el')
-rw-r--r--config/init-imenu.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/init-imenu.el b/config/init-imenu.el
deleted file mode 100644
index 7f45434..0000000
--- a/config/init-imenu.el
+++ /dev/null
@@ -1,16 +0,0 @@
-;;; init-imenu.el --- Configure imenu -*- lexical-binding: t -*-
-;; Author: Franck Cuny <franck@fcuny.net>
-
-;;; Commentary:
-
-;; Configure imenu
-
-;;; Code:
-
-(use-package imenu
-  :config
-  (setq imenu-auto-rescan t))
-
-(provide 'init-imenu)
-
-;;; init-imenu.el ends here