mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
history-length = 250
Reduce from 500 to slim savehist data files and general Emacs memory footprint.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user