From 8b25abc11cb15b4168028f609750b08e0be83af4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 12 Jul 2018 20:43:04 +0200 Subject: [PATCH] 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. --- core/core-editor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-editor.el b/core/core-editor.el index 33e9a9112..28ae577a0 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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