Increase default value of the undo limit

This commit is contained in:
Daniel - 2020-01-12 17:52:08 +01:00
parent 158a232cfe
commit 02299b11a4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,8 @@
delete-old-versions t
vc-make-backup-files t)
(setq undo-limit 80000000)
(setq-default async-shell-command-buffer 'new-buffer)
(add-to-list 'display-buffer-alist
'("^\*Async Shell Command*" . (display-buffer-no-window)))