Blacklist additional non-source-code modes
I don't want vterm buffers or magit buffers showing up when I cycle throw buffers.
This commit is contained in:
parent
5521db80b1
commit
2e76601f70
1 changed files with 2 additions and 0 deletions
|
@ -42,9 +42,11 @@
|
||||||
(defconst buffer/source-code-blacklist
|
(defconst buffer/source-code-blacklist
|
||||||
(set/new 'dired-mode
|
(set/new 'dired-mode
|
||||||
'erc-mode
|
'erc-mode
|
||||||
|
'vterm-mode
|
||||||
'magit-status-mode
|
'magit-status-mode
|
||||||
'magit-process-mode
|
'magit-process-mode
|
||||||
'magit-log-mode
|
'magit-log-mode
|
||||||
|
'magit-diff-mode
|
||||||
'org-mode
|
'org-mode
|
||||||
'fundamental-mode)
|
'fundamental-mode)
|
||||||
"A blacklist of major-modes to ignore for listing source code buffers.")
|
"A blacklist of major-modes to ignore for listing source code buffers.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue