Browse Source

Add keybind for imenu-list-smart-toggle

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

+ 3
- 0
emacs.el View File

@@ -734,6 +734,9 @@ found, otherwise returns nil."
;; Include some extra modes
(require 'generic-x)

(when (autoload-eval-lazily 'imenu-list)
(define-key ctl-x-map "l" 'imenu-list-smart-toggle))

(with-eval-after-load 'compile
(defvar compilation-filter-start)
(defvar compilation-error-regexp-alist)


Loading…
Cancel
Save