diff --git a/modules/ui/tabs/config.el b/modules/ui/tabs/config.el index 4e79ae500..8f4bf68f8 100644 --- a/modules/ui/tabs/config.el +++ b/modules/ui/tabs/config.el @@ -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) diff --git a/modules/ui/tabs/packages.el b/modules/ui/tabs/packages.el index a38f3c351..c5c95f5f3 100644 --- a/modules/ui/tabs/packages.el +++ b/modules/ui/tabs/packages.el @@ -1,4 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; ui/tabs/packages.el -(package! centaur-tabs :pin "4a121a175e663295fcd295512642dae4d2ff9db3") +(package! centaur-tabs :pin "d6009c295a4363930247ae9a4d1125aea4d3fd74")