From 06817539299dd428ebdbfa7c567cdd519f7c3606 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 10 Jan 2020 20:28:17 +0000 Subject: [PATCH] Blacklist org-mode and fundamental-mode More blacklisted modes in my crusade to define what a "source code buffer" is. --- configs/shared/.emacs.d/wpc/buffer.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/shared/.emacs.d/wpc/buffer.el b/configs/shared/.emacs.d/wpc/buffer.el index 95fed9fb5..ef5239eba 100644 --- a/configs/shared/.emacs.d/wpc/buffer.el +++ b/configs/shared/.emacs.d/wpc/buffer.el @@ -44,7 +44,9 @@ 'erc-mode 'magit-status-mode 'magit-process-mode - 'magit-log-mode) + 'magit-log-mode + 'org-mode + 'fundamental-mode) "A blacklist of major-modes to ignore for listing source code buffers.") (defconst buffer/source-code-timeout 2