diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:21:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:21:25 -0300 |
commit | 909eb63df5b925c2ab85ea09073f29a73287e337 (patch) | |
tree | 0c0f022bf327d2aa9751a9be64ce892e105a2a65 /spacemacs.el | |
parent | Fix Diary.org link (diff) | |
download | dotfiles-909eb63df5b925c2ab85ea09073f29a73287e337.tar.gz dotfiles-909eb63df5b925c2ab85ea09073f29a73287e337.tar.xz |
Config large-file-size for Emacs to 10MB
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index 5a00f60..098c847 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 |