summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index bf34ef1..5ae886b 100644
--- a/init.el
+++ b/init.el
@@ -27,6 +27,8 @@
(use-package better-defaults)
(setq read-process-output-max (* 1024 1024 4)) ; Increase garbage collection threshold
+(use-package no-littering) ; Move litter to separate dirs
+
(global-auto-revert-mode 1) ; Update files changed externally
(setq global-auto-revert-non-file-buffers t) ; Update dired when directory changes