diff options
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |