mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user