help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Advice with undo config


From: Nick Helm
Subject: Advice with undo config
Date: Wed, 21 Mar 2018 23:48:36 +1300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin)

Hi there,

I keep bumping into the default undo limits and I'm trying to configure
my Emacs for greater undo capacity. If I add something like this to my
init:

  (setq undo-limit        (* 16 1024 1024))
  (setq undo-strong-limit (* 24 1024 1024))
  (setq undo-outer-limit (* 240 1024 1024))

will there be any side-effects I should be aware of? Are these numbers
reasonable? I've tested this setup with some of the files that normally
give me problems and I can undo until the cows come home without any
obvious issues.

Many thanks!
Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]