history-length = 500
This commit is contained in:
parent
e71b26b1e8
commit
b96d50b3de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue