feat: Enable global auto-revert mode

This commit is contained in:
Laurens Miers 2024-11-04 09:43:21 +01:00
parent 75bda91171
commit ad0adbc726

View file

@ -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) (setq x-stretch-cursor t)
#+END_SRC #+END_SRC
** Enable auto-revert
#+BEGIN_SRC emacs-lisp
(setq global-auto-revert-mode 1)
#+END_SRC
* Resize-mode * Resize-mode
Minor-mode to easily resize frames (works with EXWM (firefox, ...)). Minor-mode to easily resize frames (works with EXWM (firefox, ...)).