Set larger threshold for file size warnings

This commit is contained in:
contrapunctus 2022-08-21 16:40:19 +05:30
parent a04e8cbeeb
commit e0e48a0f6d
1 changed files with 1 additions and 1 deletions

View File

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