From 84aa451d1e559674191d51d9af2cc0e7140008a5 Mon Sep 17 00:00:00 2001
From: noa
Date: Sun, 16 Feb 2025 16:10:30 +0800
Subject: Update use-package to support imenu

---
 emacs/init.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'emacs')

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
-- 
cgit 1.4.1-2-gfad0