Blacklist org-mode and fundamental-mode

More blacklisted modes in my crusade to define what a "source code buffer" is.
This commit is contained in:
William Carroll 2020-01-10 20:28:17 +00:00
parent 2db7edfee0
commit 0681753929

View file

@ -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