mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
history-length = 500
This commit is contained in:
@ -233,7 +233,7 @@ and `doom-exit-window-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 250
|
history-length 500
|
||||||
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