From 2e76601f7055b9a481a29c2c357ff622814c7707 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 2 Feb 2020 13:19:54 +0000 Subject: Blacklist additional non-source-code modes I don't want vterm buffers or magit buffers showing up when I cycle throw buffers. --- emacs/.emacs.d/wpc/buffer.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/wpc/buffer.el') diff --git a/emacs/.emacs.d/wpc/buffer.el b/emacs/.emacs.d/wpc/buffer.el index d388818e58a4..3e4d546fc8ca 100644 --- a/emacs/.emacs.d/wpc/buffer.el +++ b/emacs/.emacs.d/wpc/buffer.el @@ -42,9 +42,11 @@ (defconst buffer/source-code-blacklist (set/new 'dired-mode 'erc-mode + 'vterm-mode 'magit-status-mode 'magit-process-mode 'magit-log-mode + 'magit-diff-mode 'org-mode 'fundamental-mode) "A blacklist of major-modes to ignore for listing source code buffers.") -- cgit 1.4.1