diff options
author | noa | 2025-02-16 16:10:30 +0800 |
---|---|---|
committer | noa | 2025-02-16 16:10:30 +0800 |
commit | 84aa451d1e559674191d51d9af2cc0e7140008a5 (patch) | |
tree | bc9f18b8ee567fa7829e944a6c79cec89750efff | |
parent | dc802beda31ea74317e394f2621d86b9770e8047 (diff) |
Update use-package to support imenu
-rw-r--r-- | emacs/init.el | 5 |
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 |