bump: :ui tabs
ema2159/centaur-tabs@4a121a175e -> ema2159/centaur-tabs@d6009c295a
Ref: ema2159/centaur-tabs@9f04a13db0
Revert: ea1f72e875
This commit is contained in:
parent
d2efb01d29
commit
42923be0b3
2 changed files with 2 additions and 8 deletions
|
@ -33,13 +33,7 @@
|
||||||
(defun +tabs-disable-centaur-tabs-mode-maybe-h ()
|
(defun +tabs-disable-centaur-tabs-mode-maybe-h ()
|
||||||
"Disable `centaur-tabs-mode' in current buffer."
|
"Disable `centaur-tabs-mode' in current buffer."
|
||||||
(when (centaur-tabs-mode-on-p)
|
(when (centaur-tabs-mode-on-p)
|
||||||
(centaur-tabs-local-mode))))
|
(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)))))
|
|
||||||
|
|
||||||
;; TODO tab-bar-mode (emacs 27)
|
;; TODO tab-bar-mode (emacs 27)
|
||||||
;; TODO tab-line-mode (emacs 27)
|
;; TODO tab-line-mode (emacs 27)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; ui/tabs/packages.el
|
;;; ui/tabs/packages.el
|
||||||
|
|
||||||
(package! centaur-tabs :pin "4a121a175e663295fcd295512642dae4d2ff9db3")
|
(package! centaur-tabs :pin "d6009c295a4363930247ae9a4d1125aea4d3fd74")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue