Don't doom|check-large-file on tags files
Fixes an issue where reading TAGS files could cause "%s is a large file, open literally to avoid performance issues?" prompts every time you open a project file, if the tags file was larger than `doom-large-file-size'
This commit is contained in:
parent
b4b19c40bf
commit
48f7d33c03
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ modes are active and the buffer is read-only.")
|
|||
(defvar doom-large-file-modes-list
|
||||
'(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)
|
||||
ebrowse-tree-mode pdf-view-mode tags-table-mode)
|
||||
"Major modes that `doom|check-large-file' will ignore.")
|
||||
|
||||
(defvar-local doom-inhibit-indent-detection nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue