diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 16:15:12 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 16:15:12 -0400 |
commit | 63ad886618d22792dbc14f67e12d7fc1900713e9 (patch) | |
tree | e623ddecb0c1970bdf95233ec57e218431b59499 /init.el | |
parent | Use different fonts (diff) | |
download | mmosmacs-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.el | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | ;; ------------------ |