mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove :emacs imenu module
Some of it was moved into core as reasonable defaults, but the rest of it doesn't warrant a whole module dedicated to it.
This commit is contained in:
@ -253,6 +253,13 @@ savehist file."
|
||||
(helpful-variable (button-get button 'apropos-symbol)))))))
|
||||
|
||||
|
||||
(def-package! imenu
|
||||
:defer t
|
||||
:config
|
||||
(add-hook 'imenu-after-jump-hook #'better-jumper-set-jump)
|
||||
(add-hook 'imenu-after-jump-hook #'recenter))
|
||||
|
||||
|
||||
(def-package! smartparens
|
||||
;; Auto-close delimiters and blocks as you type. It's more powerful than that,
|
||||
;; but that is all Doom uses it for.
|
||||
|
Reference in New Issue
Block a user