Explorar el Código

Disable imenu-list auto resize

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

+ 1
- 1
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar