summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-05-09 23:18:06 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2026-05-09 23:18:06 +0200
commit75add0a788f363ea5a0772c396239332eb8474cc (patch)
tree0bda7759de4370ad7a432f1f17308a5613e405cb /init.el
parent558c7eb5e8372025fd6a01dddd23fe649c5c33f2 (diff)
Detect use-package definitions with imenu
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 837549b..819f247 100644
--- a/init.el
+++ b/init.el
@@ -25,6 +25,9 @@
tab-mark))
(add-hook 'prog-mode-hook 'whitespace-mode)
+;; support for use-package on imenu
+(setopt use-package-enable-imenu-support t)
+
;; Melpa
(require 'package)
(add-to-list 'package-archives '("gnu" . "https://elpa.gnu.org/packages/") t)