Refactor fringe-helper config

This commit is contained in:
Henrik Lissner
2017-06-09 00:32:49 +02:00
parent 58b77716c9
commit e165450903
2 changed files with 31 additions and 29 deletions

View File

@ -160,7 +160,10 @@ mode is detected.")
(advice-add #'all-the-icons-alltheicon :around #'doom*disable-all-the-icons-in-tty))
(def-package! fringe-helper
:commands fringe-helper-define)
:commands (fringe-helper-define fringe-helper-convert)
:init
(unless (fboundp 'define-fringe-bitmap)
(fset 'define-fringe-bitmap (lambda (&rest _)))))
(def-package! hideshow ; built-in
:commands (hs-minor-mode hs-toggle-hiding hs-already-hidden-p)