fix: revert-mode setting

This commit is contained in:
Laurens Miers 2025-01-09 21:11:48 +01:00
parent 17e062e07f
commit c47c5a5185

View file

@ -272,7 +272,7 @@ Make cursor the width of the character it is under f.e. full width of a tab.
** Enable auto-revert ** Enable auto-revert
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq global-auto-revert-mode 1) (global-auto-revert-mode t)
#+END_SRC #+END_SRC
* Resize-mode * Resize-mode