Explorar el Código

Add outline-show-all to hook

master
10sr hace 6 años
padre
commit
7bd0fc77ce
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

@@ -1123,6 +1123,8 @@ found, otherwise returns nil."
(lambda ()
(when (string-match "\\.md\\'" buffer-file-name)
(set (make-local-variable 'outline-regexp) "#+ "))))
(add-hook 'outline-mode-hook
'outline-show-all)
(add-to-list 'auto-mode-alist (cons "\\.ol\\'" 'outline-mode))

(add-to-list 'auto-mode-alist (cons "\\.md\\'" 'outline-mode))


Cargando…
Cancelar
Guardar