Set some global emacs variables

This commit is contained in:
Tobias Ostner 2023-05-29 10:15:06 +02:00
parent ab3ebd1442
commit 5c94677988

View file

@ -191,7 +191,9 @@
undo-outer-limit 1006632960 ;; x 10 (960mb)
truncate-string-ellipsis "..."
use-dialog-box nil
fast-but-imprecise-scrolling t)
fast-but-imprecise-scrolling t
read-process-output-max (* 1024 1024)
auto-revert-check-vc-info t)
(setq-default indent-tabs-mode nil)