mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Tweak undo history limits
Set limits to double of default limits. The previous limits of 10x the defaults might not have been working as expected, as every now and then I'd have a file end up with only 4-5 undo steps.
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
'(standard-indent 2)
|
||||
'(tabbar-mode nil)
|
||||
'(tool-bar-mode nil)
|
||||
'(undo-limit 800000)
|
||||
'(undo-strong-limit 1200000)
|
||||
'(undo-limit 160000)
|
||||
'(undo-strong-limit 240000)
|
||||
'(undo-tree-mode-lighter "")
|
||||
'(visual-line-mode nil t)
|
||||
'(whitespace-action nil)
|
||||
|
||||
Reference in New Issue
Block a user