Move vi-tilde-fringe to new ui/vi-tilde-fringe module

This commit is contained in:
Henrik Lissner 2017-09-24 16:38:07 +02:00
parent cd3c51f489
commit 582e69db05
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 17 additions and 9 deletions

View file

@ -73,7 +73,8 @@ whose dimensions may not be fully initialized by the time this is run."
(add-hook 'window-setup-hook #'+doom-dashboard|init)
(add-hook 'after-make-frame-functions #'+doom-dashboard|make-frame)
(add-hook 'server-visit-hook #'+doom-dashboard|server-visit)
(add-hook '+doom-dashboard-mode-hook #'doom|disable-vi-tilde-fringe)
(when (featurep! :ui vi-tilde-fringe)
(add-hook '+doom-dashboard-mode-hook #'+vi-tilde-fringe|disable))
;;