From ad0adbc7266af6f64eb6f883bcd566182f135935 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Mon, 4 Nov 2024 09:43:21 +0100 Subject: [PATCH] feat: Enable global auto-revert mode --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 84fc64c..c990b2b 100644 --- a/config.org +++ b/config.org @@ -269,6 +269,12 @@ Make cursor the width of the character it is under f.e. full width of a tab. (setq x-stretch-cursor t) #+END_SRC +** Enable auto-revert + +#+BEGIN_SRC emacs-lisp +(setq global-auto-revert-mode 1) +#+END_SRC + * Resize-mode Minor-mode to easily resize frames (works with EXWM (firefox, ...)).