mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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)
|
;; History & backup settings (save nothing, that's what git is for)
|
||||||
auto-save-default nil
|
auto-save-default nil
|
||||||
create-lockfiles nil
|
create-lockfiles nil
|
||||||
history-length 500
|
history-length 250
|
||||||
make-backup-files nil ; don't create backup~ files
|
make-backup-files nil ; don't create backup~ files
|
||||||
;; byte compilation
|
;; byte compilation
|
||||||
byte-compile-verbose doom-debug-mode
|
byte-compile-verbose doom-debug-mode
|
||||||
|
Reference in New Issue
Block a user