More centaur tabs fixes

This commit is contained in:
Joseph Ferano 2023-04-17 16:06:18 +07:00
parent 31ec3d89f4
commit bf25734059

View File

@ -1083,10 +1083,11 @@ Ace Window will show a hint if there are more than 2 windows, but I don't really
(cond
((or (derived-mode-p 'comint-mode)
(derived-mode-p 'sql-interactive-mode)
(string-equal "*HTTP" (substring (buffer-name) 0 5))
(string-match "*HTTP" (buffer-name))
(derived-mode-p 'compilation-mode))
"REPLs")
((or (string-equal "*" (substring (buffer-name) 0 1))
((or (and (string-equal "*" (substring (buffer-name) 0 1))
(not (string-match "*Org Src" (buffer-name))))
(memq major-mode '(magit-process-mode
magit-status-mode
magit-diff-mode