From d79f0769de57f2b5d95c1e5b3c7bbf69593a0241 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Jul 2018 11:42:09 -0300 Subject: Make Emacs large file 15MB --- spacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 09f1498..2a9d1d9 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -304,7 +304,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 10 + dotspacemacs-large-file-size 15 ;; 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.2.3