Set some global emacs variables
This commit is contained in:
parent
ab3ebd1442
commit
5c94677988
1 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,9 @@
|
||||||
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
undo-outer-limit 1006632960 ;; x 10 (960mb)
|
||||||
truncate-string-ellipsis "..."
|
truncate-string-ellipsis "..."
|
||||||
use-dialog-box nil
|
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)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue