Ver código fonte

Add outline-show-all to hook

master
10sr 6 anos atrás
pai
commit
7bd0fc77ce
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver arquivo

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


Carregando…
Cancelar
Salvar