ui/tabbar: add tabbar-mode to doom-init-ui

Not that anybody should be using this module anyway...
This commit is contained in:
Henrik Lissner 2018-10-03 11:15:51 -04:00
parent ed48c2d54d
commit bc16ef5431
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -5,9 +5,9 @@
;; find ivy (or helm) or even `buffer-menu' is better suited for this purpose.
(def-package! tabbar
:hook (doom-init-ui . tabbar-mode)
:config
(setq tabbar-use-images nil)
(tabbar-mode)
(defun +tabbar|disable-in-popups ()
(when (and +popup-buffer-mode tabbar-mode)