From c0c15b0059d4aff31ac376f0b19f7742ed436cc7 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 01 Jan 2022 07:30:25 +0000
Subject: [PATCH] Auto revert buffers
---
config.org | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/config.org b/config.org
index 44bee07..7c60948 100644
--- a/config.org
+++ b/config.org
@@ -704,6 +704,12 @@
(use-package highlight-indentation
:hook (prog-mode . highlight-indentation-mode))
#+END_SRC
+
+** Auto revert mode
+Update unchanged buffers if underlying file changes.
+#+BEGIN_SRC emacs-lisp
+ (global-auto-revert-mode)
+#+END_SRC
* Mode line tweaks
Diminish is used but is included in init.el such that it can be used throughout this document
** Spaceline
--
Gitblit v1.10.0