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:
2012-03-24 11:43:11 +00:00
parent 2bbad1dde7
commit 0a8a1a55a7

View File

@@ -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)