From 8422076ee279fa165caf97da09f4cf8fcabb4773 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 3 Dec 2011 12:21:42 +0000 Subject: [PATCH] increase undo limit --- custom-variables.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-variables.el b/custom-variables.el index 5950c5c..bc20029 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -75,6 +75,8 @@ '(tabbar-mode nil) '(textmate-mode t) '(tool-bar-mode nil) + '(undo-limit 800000) + '(undo-strong-limit 1200000) '(undo-tree-mode-lighter "") '(visual-line-mode nil t) '(whitespace-action nil)