Parcourir la source

Add outline-show-all to hook

master
10sr il y a 6 ans
Parent
révision
7bd0fc77ce
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer