mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/tabbar: add tabbar-mode to doom-init-ui
Not that anybody should be using this module anyway...
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user