Do not warn if file is <20M

This commit is contained in:
contrapunctus 2022-02-23 08:08:24 +05:30
parent f7f91a2275
commit 32d7a5eafd
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ NAME is the name of the process and its buffer."
file-name-coding-system 'utf-8
buffer-file-coding-system 'utf-8
inhibit-startup-screen t
save-interprogram-paste-before-kill t)
save-interprogram-paste-before-kill t
large-file-warning-threshold (* 20 1000 1000))
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)