More granular undos are nice

This commit is contained in:
tecosaur 2020-02-03 02:21:19 +08:00
parent 9387dba051
commit d47596cedc
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
window-combination-resize t ; take new window space from all other windows (not just current)
x-stretch-cursor t) ; Stretch cursor to the glyph width
(setq undo-limit 80000000) ; Raise undo-limit to 80Mb
(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
(delete-selection-mode 1) ; Replace selection when inserting text
(display-time-mode 1) ; Enable time in the mode-line