Fix undo-limit

This commit is contained in:
Tobias Ostner 2026-04-28 18:59:44 +02:00
parent c78e77bebf
commit 9e73b1a652

View file

@ -247,7 +247,7 @@
scroll-margin 0 scroll-margin 0
scroll-preserve-screen-position t scroll-preserve-screen-position t
tab-always-indent 'complete tab-always-indent 'complete
undo-limit 6710886400 ;; 64mb undo-limit 67108864 ;; 64mb
undo-outer-limit 1006632960 ;; x 10 (960mb) undo-outer-limit 1006632960 ;; x 10 (960mb)
undo-strong-limit 100663296 ;; x 1.5 (96mb) undo-strong-limit 100663296 ;; x 1.5 (96mb)
use-dialog-box nil use-dialog-box nil