mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: don't fold comments on {,un}fold-all
This commit is contained in:
@ -109,7 +109,9 @@ disabled.")
|
|||||||
(defun doom*autoload-hideshow ()
|
(defun doom*autoload-hideshow ()
|
||||||
(unless (bound-and-true-p hs-minor-mode)
|
(unless (bound-and-true-p hs-minor-mode)
|
||||||
(hs-minor-mode 1)))
|
(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.
|
;; Show uninterrupted indentation markers with some whitespace voodoo.
|
||||||
(@def-package highlight-indent-guides
|
(@def-package highlight-indent-guides
|
||||||
|
Reference in New Issue
Block a user