From 2b666b6b357743ff2b94f3630a3a4e626d5bcd1b Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 24 Apr 2021 07:43:37 +0200 Subject: [PATCH] Use completing-read in centaur-tabs --- .config/emacs/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 4f561d9..fa91e4f 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -349,6 +349,7 @@ Places buffers as tabs in a bar at the top. shell-mode) . centaur-tabs-local-mode) :config + (setq centaur-tabs-enable-ido-completion nil) (setq centaur-tabs-height (if dot/hidpi 28 18)) (setq centaur-tabs-modified-marker "•") (setq centaur-tabs-set-icons t)