Browse Source

Add imenu-list config

master
10sr 6 years ago
parent
commit
e69451c8ce
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -735,6 +735,8 @@ found, otherwise returns nil."
(require 'generic-x)

(when (autoload-eval-lazily 'imenu-list)
(set-variable 'imenu-list-auto-resize t)
(set-variable 'imenu-list-focus-after-activation t)
(define-key ctl-x-map "l" 'imenu-list-smart-toggle))

(with-eval-after-load 'compile


Loading…
Cancel
Save