aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 16:15:12 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 16:15:12 -0400
commit63ad886618d22792dbc14f67e12d7fc1900713e9 (patch)
treee623ddecb0c1970bdf95233ec57e218431b59499 /init.el
parentUse different fonts (diff)
downloadmmosmacs-63ad886618d22792dbc14f67e12d7fc1900713e9.tar.gz
mmosmacs-63ad886618d22792dbc14f67e12d7fc1900713e9.tar.bz2
mmosmacs-63ad886618d22792dbc14f67e12d7fc1900713e9.zip
Automatically reload files when changed on disk
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;; ------------------