summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-16 16:10:30 +0800
committernoa2025-02-16 16:10:30 +0800
commit84aa451d1e559674191d51d9af2cc0e7140008a5 (patch)
treebc9f18b8ee567fa7829e944a6c79cec89750efff /emacs/init.el
parentdc802beda31ea74317e394f2621d86b9770e8047 (diff)
Update use-package to support imenu
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ef64bca..577063d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -12,7 +12,10 @@
 (add-to-list 'exec-path "/home/noa/.config/Scripts")
 
 (use-package use-package
-  :custom (use-package-compute-statistics t))
+  :custom
+  (use-package-compute-statistics t)
+  (use-package-enable-imenu-support t)
+  )
 
 ;; Give me stats on garbage collection and startup time
 (add-hook 'emacs-startup-hook