Browse Source

Disable imenu-list auto resize

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

+ 1
- 1
emacs.el View File

@@ -754,7 +754,7 @@ found, otherwise returns nil."
(ggtags-mode 1))))

(when (autoload-eval-lazily 'imenu-list)
(set-variable 'imenu-list-auto-resize t)
;; (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))



Loading…
Cancel
Save