Procházet zdrojové kódy

Add keybind for imenu-list-smart-toggle

master
10sr před 6 roky
rodič
revize
bbffac4096
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit