summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4818fc0..4b1789d 100644
--- a/init.el
+++ b/init.el
@@ -21,7 +21,10 @@
;; Better defaults
(use-package better-defaults)
-(setq read-process-output-max (* 1024 1024 4))
+(setq read-process-output-max (* 1024 1024 4)) ; Increase garbage collection threshold
+
+(global-auto-revert-mode 1) ; Update files changed externally
+(setq global-auto-revert-non-file-buffers t) ; Update dired when directory changes
;; Catppuccin theme
(load "~/.emacs.d/theme.el")