Browse Source

Update imenu-list keybind

master
10sr 5 years ago
parent
commit
a6f547ec54
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

@@ -1229,7 +1229,7 @@ found, otherwise returns nil."
(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))
(define-key ctl-x-map (kbd "C-l") 'imenu-list-smart-toggle))

(add-hook 'emacs-lisp-mode-hook
(lambda ()


Loading…
Cancel
Save