From 909eb63df5b925c2ab85ea09073f29a73287e337 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Jul 2018 23:21:25 -0300 Subject: Config large-file-size for Emacs to 10MB --- spacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs.el b/spacemacs.el index 5a00f602..098c8476 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -302,7 +302,7 @@ It should only modify the values of Spacemacs settings." ;; Size (in MB) above which spacemacs will prompt to open the large file ;; literally to avoid performance issues. Opening a file literally means that ;; no major mode or minor modes are active. (default is 1) - dotspacemacs-large-file-size 1 + dotspacemacs-large-file-size 10 ;; Location where to auto-save files. Possible values are `original' to ;; auto-save the file in-place, `cache' to auto-save the file to another -- cgit v1.3