diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 11:42:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 11:42:09 -0300 |
commit | d79f0769de57f2b5d95c1e5b3c7bbf69593a0241 (patch) | |
tree | 962886ee14566864bfd380d0a5916e1dd3eb7a01 | |
parent | Change default layout name to "home" (diff) | |
download | dotfiles-d79f0769de57f2b5d95c1e5b3c7bbf69593a0241.tar.gz dotfiles-d79f0769de57f2b5d95c1e5b3c7bbf69593a0241.tar.xz |
Make Emacs large file 15MB
-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 |