mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Load hideshow when folding system is autoloaded
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
(unless (bound-and-true-p hs-minor-mode)
|
||||
(hs-minor-mode +1)))
|
||||
|
||||
(require 'hideshow)
|
||||
(advice-add #'hs-toggle-hiding :before #'+evil--ensure-modes)
|
||||
(advice-add #'hs-hide-block :before #'+evil--ensure-modes)
|
||||
(advice-add #'hs-hide-level :before #'+evil--ensure-modes)
|
||||
|
Reference in New Issue
Block a user