From 5c94677988228e41f789e6cf886ef2d3fb6a0aaa Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 29 May 2023 10:15:06 +0200 Subject: [PATCH] Set some global emacs variables --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6c9b742..346e185 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)