Raise undo limit to help with undo-tree

This commit is contained in:
tecosaur 2020-01-10 02:00:31 +08:00
parent 0914107681
commit 201774cac9
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,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
(delete-selection-mode 1) ; Replace selection when inserting text
(display-time-mode 1) ; Enable time in the mode-line
(global-subword-mode 1) ; Iterate through CamelCase words