Use completing-read in centaur-tabs

This commit is contained in:
Riyyi
2021-04-24 07:43:37 +02:00
parent 9e2503ee1e
commit 2b666b6b35
+1
View File
@@ -349,6 +349,7 @@ Places buffers as tabs in a bar at the top.
shell-mode) shell-mode)
. centaur-tabs-local-mode) . centaur-tabs-local-mode)
:config :config
(setq centaur-tabs-enable-ido-completion nil)
(setq centaur-tabs-height (if dot/hidpi 28 18)) (setq centaur-tabs-height (if dot/hidpi 28 18))
(setq centaur-tabs-modified-marker "") (setq centaur-tabs-modified-marker "")
(setq centaur-tabs-set-icons t) (setq centaur-tabs-set-icons t)