Fix undo-limit
This commit is contained in:
parent
c78e77bebf
commit
9e73b1a652
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
|||
scroll-margin 0
|
||||
scroll-preserve-screen-position t
|
||||
tab-always-indent 'complete
|
||||
undo-limit 6710886400 ;; 64mb
|
||||
undo-limit 67108864 ;; 64mb
|
||||
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
||||
undo-strong-limit 100663296 ;; x 1.5 (96mb)
|
||||
use-dialog-box nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue