ui/tabbar: add tabbar-mode to doom-init-ui
Not that anybody should be using this module anyway...
This commit is contained in:
parent
ed48c2d54d
commit
bc16ef5431
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue