Set some imenu variables

This commit is contained in:
Daniel - 2020-09-11 17:10:02 +02:00
parent 4e63da5d67
commit 3f2993654d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 8 additions and 0 deletions

View File

@ -543,6 +543,14 @@
(add-hook 'ediff-after-quit-hook-internal 'winner-undo)))
(use-package imenu
:init (setq imenu-use-markers t
imenu-auto-rescan t
imenu-auto-rescan-maxout 600000
imenu-max-item-length 100
imenu-use-popup-menu nil
imenu-eager-completion-buffer t))
(use-package ispell
:commands (ispell-change-directory))