Use save-default

This commit is contained in:
tecosaur 2020-03-04 23:27:08 +08:00
parent 065de7bce2
commit 393808f4ed
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ shown by =SPC h v= and selecting what I thought looks good, I've ended up adding
x-stretch-cursor t) ; Stretch cursor to the glyph width
(setq undo-limit 80000000 ; Raise undo-limit to 80Mb
evil-want-fine-undo t) ; By default while in insert all changes are one big blob. Be more granular
evil-want-fine-undo t ; By default while in insert all changes are one big blob. Be more granular
auto-save-default t) ; Nobody likes to loose work, I certainly don't
(delete-selection-mode 1) ; Replace selection when inserting text
(display-time-mode 1) ; Enable time in the mode-line