Told you autorevert would return!

This commit is contained in:
MitchMarq42 2022-08-24 19:27:47 -08:00
parent eaf91b1cbd
commit cc01564a22

View File

@ -85,6 +85,12 @@ This is taken from a website that I can't remember at the moment."
(turn-off-line-numbers) (turn-off-line-numbers)
(blink-cursor-mode -1)) (blink-cursor-mode -1))
;; ...and finally, sync files with disk changes
(use-feature autorevert
:straight (:type built-in)
:diminish auto-revert-mode
:config (global-auto-revert-mode))
;; Keybinding manager ;; Keybinding manager
(use-package general (use-package general
:config (mitch/general-config)) :config (mitch/general-config))