Move doom*load-hs-minor-mode into core-editor (not general enough)

This commit is contained in:
Henrik Lissner 2016-10-05 12:48:42 +02:00
parent e7d0e9f9ec
commit 1ea237ebd3
2 changed files with 3 additions and 5 deletions

View file

@ -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."