history-length = 500

This commit is contained in:
Henrik Lissner 2018-09-18 11:51:08 -04:00
parent e71b26b1e8
commit b96d50b3de

View File

@ -233,7 +233,7 @@ and `doom-exit-window-hook'."
;; History & backup settings (save nothing, that's what git is for)
auto-save-default nil
create-lockfiles nil
history-length 250
history-length 500
make-backup-files nil ; don't create backup~ files
;; byte compilation
byte-compile-verbose doom-debug-mode