history-length = 250
Reduce from 500 to slim savehist data files and general Emacs memory footprint.
This commit is contained in:
parent
e3dc3a6376
commit
f3a3465c04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue