mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Move doom*load-hs-minor-mode into core-editor (not general enough)
This commit is contained in:
@@ -39,11 +39,6 @@
|
||||
(beginning-of-line))
|
||||
(setq *linum-mdown-line* nil))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom*load-hs-minor-mode ()
|
||||
(hs-minor-mode 1)
|
||||
(advice-remove 'evil-toggle-fold 'doom-load-hs-minor-mode))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/reselect-paste ()
|
||||
"Go back into visual mode and reselect the last pasted region."
|
||||
|
Reference in New Issue
Block a user