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:
parent
928ec16242
commit
0674e4b4b0
5 changed files with 7 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue