From c47c5a5185ee55d1192f73ff68b70b056bf77331 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 9 Jan 2025 21:11:48 +0100 Subject: [PATCH] fix: revert-mode setting --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 09e47b6..72bc534 100644 --- a/config.org +++ b/config.org @@ -272,7 +272,7 @@ Make cursor the width of the character it is under f.e. full width of a tab. ** Enable auto-revert #+BEGIN_SRC emacs-lisp -(setq global-auto-revert-mode 1) +(global-auto-revert-mode t) #+END_SRC * Resize-mode