history-length = 250

Reduce from 500 to slim savehist data files and general Emacs memory
footprint.
This commit is contained in:
Henrik Lissner
2018-07-28 02:32:44 +02:00
parent e3dc3a6376
commit f3a3465c04

View File

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