core-ui: don't fold comments on {,un}fold-all

This commit is contained in:
Henrik Lissner 2017-02-19 19:01:33 -05:00
parent 626d688f35
commit c3159b5649

View file

@ -109,7 +109,9 @@ disabled.")
(defun doom*autoload-hideshow ()
(unless (bound-and-true-p hs-minor-mode)
(hs-minor-mode 1)))
(advice-add 'evil-toggle-fold :before 'doom*autoload-hideshow))
(advice-add 'evil-toggle-fold :before 'doom*autoload-hideshow)
:config
(setq hs-hide-comments-when-hiding-all nil))
;; Show uninterrupted indentation markers with some whitespace voodoo.
(@def-package highlight-indent-guides