Enable global auto-revert mode

This commit is contained in:
2025-09-12 10:26:38 +02:00
parent a9376789ac
commit 42001d5466

View File

@@ -167,6 +167,9 @@
;; Links should always be clickable ;; Links should always be clickable
(global-goto-address-mode 1) (global-goto-address-mode 1)
;; Always reload changed files from disk
(global-auto-revert-mode 1)
;; Keybindings ;; Keybindings
(bind-key "C-x k" 'kill-buffer-with-prejudice) (bind-key "C-x k" 'kill-buffer-with-prejudice)
(bind-key "C-w" 'kill-buffer-with-prejudice) (bind-key "C-w" 'kill-buffer-with-prejudice)