summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-09 09:30:26 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-09 09:30:26 +0200
commit051762fba5c3ff7dd33c4be4b2891cc6ca46d4e2 (patch)
tree446fd0ecc9491a1d022f0adb414d5f102fd6fbf3
parent0b7bd8f5ef55a2eef8cf8c1c9eac03efce8aaeb3 (diff)
Set up no littering package
-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