diff options
-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 | ;; ------------------ |