Henrik Lissner 2024-06-28 15:43:17 -04:00
parent d2efb01d29
commit 42923be0b3
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 2 additions and 8 deletions

View file

@ -33,13 +33,7 @@
(defun +tabs-disable-centaur-tabs-mode-maybe-h ()
"Disable `centaur-tabs-mode' in current buffer."
(when (centaur-tabs-mode-on-p)
(centaur-tabs-local-mode))))
(add-hook! 'doom-load-theme-hook
(defun +tabs-reload-centaur-tabs-h ()
(when (bound-and-true-p centaur-tabs-mode)
(centaur-tabs-mode -1)
(centaur-tabs-mode +1)))))
(centaur-tabs-local-mode)))))
;; TODO tab-bar-mode (emacs 27)
;; TODO tab-line-mode (emacs 27)

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/tabs/packages.el
(package! centaur-tabs :pin "4a121a175e663295fcd295512642dae4d2ff9db3")
(package! centaur-tabs :pin "d6009c295a4363930247ae9a4d1125aea4d3fd74")