feature/evil: refactor folding & outline support
Code folding commands will now obey outline headers (if outline-minor-mode is on and in outline-mode).
This commit is contained in:
parent
9245e030bb
commit
6fce87bd06
4 changed files with 108 additions and 59 deletions
|
@ -5,6 +5,12 @@
|
|||
"Face to hightlight `hideshow' overlays."
|
||||
:group 'doom-themes)
|
||||
|
||||
;;;###autoload
|
||||
(defun +hideshow*ensure-mode (&rest _)
|
||||
"Ensure hs-minor-mode is enabled."
|
||||
(unless (bound-and-true-p hs-minor-mode)
|
||||
(hs-minor-mode +1)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +hideshow-haml-forward-sexp (arg)
|
||||
(haml-forward-sexp arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue