large-file-warning-threshold = 30mb

Staves off filesize warnings for large files (like pdfs and media
files), while doom|check-large-file handles text files.
This commit is contained in:
Henrik Lissner 2018-07-12 20:43:04 +02:00
parent e7b252f442
commit 8b25abc11c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -17,6 +17,7 @@ indentation settings or not. This should be set by editorconfig if it
successfully sets indent_style/indent_size.")
(setq-default
large-file-warning-threshold 30000000
vc-follow-symlinks t
;; Save clipboard contents into kill-ring before replacing them
save-interprogram-paste-before-kill t