Add fundamental-mode to doom-large-file-modes-list

This commit is contained in:
Henrik Lissner 2018-05-26 03:06:22 +02:00
parent fd86bfb027
commit 9febfb0477
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -6,8 +6,9 @@ to avoid performance issues. Opening literally means that no major or minor
modes are active and the buffer is read-only.")
(defvar doom-large-file-modes-list
'(archive-mode tar-mode jka-compr git-commit-mode image-mode
doc-view-mode doc-view-mode-maybe ebrowse-tree-mode pdf-view-mode)
'(fundamental-mode special-mode archive-mode tar-mode jka-compr
git-commit-mode image-mode doc-view-mode doc-view-mode-maybe
ebrowse-tree-mode pdf-view-mode)
"Major modes that `doom|check-large-file' will ignore.")
(defvar-local doom-inhibit-indent-detection nil