Explorar el Código

Add imenu-list config

master
10sr hace 6 años
padre
commit
e69451c8ce
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar