From e0e48a0f6dd544d9a47e520765fac6dc0aca61e4 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 21 Aug 2022 16:40:19 +0530 Subject: [PATCH] Set larger threshold for file size warnings --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index e07f112..87fec6b 100644 --- a/init.org +++ b/init.org @@ -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)