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:
Henrik Lissner 2019-05-18 15:55:15 -04:00
parent 928ec16242
commit 0674e4b4b0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 7 additions and 22 deletions

View file

@ -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.