More centaur tabs fixes
This commit is contained in:
parent
31ec3d89f4
commit
bf25734059
@ -1083,10 +1083,11 @@ Ace Window will show a hint if there are more than 2 windows, but I don't really
|
|||||||
(cond
|
(cond
|
||||||
((or (derived-mode-p 'comint-mode)
|
((or (derived-mode-p 'comint-mode)
|
||||||
(derived-mode-p 'sql-interactive-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))
|
(derived-mode-p 'compilation-mode))
|
||||||
"REPLs")
|
"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
|
(memq major-mode '(magit-process-mode
|
||||||
magit-status-mode
|
magit-status-mode
|
||||||
magit-diff-mode
|
magit-diff-mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user