aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1e4dcbf..f17851e 100644
--- a/init.el
+++ b/init.el
@@ -436,6 +436,17 @@
436(setq create-lockfiles nil) 436(setq create-lockfiles nil)
437 437
438 438
439;; --------------------------------
440;; Auto-reload changed files
441;; -------------------------
442;; When files are changed on disk
443;; externally, emacs should reload
444;; those files.
445;; ---------------------------------
446
447(global-auto-revert-mode t)
448
449
439;; --------------------------------- 450;; ---------------------------------
440;; Project management 451;; Project management
441;; ------------------ 452;; ------------------