Update buffers automatically

This commit is contained in:
Ohad Livne 2025-06-04 22:44:26 +03:00
parent e9d23cc7aa
commit f3b623738c
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -25,7 +25,9 @@
(windmove-default-keybindings 'super)
:custom
(column-number-mode t)
(inhibit-startup-screen t))
(inhibit-startup-screen t)
(global-auto-revert-mode t)
(global-auto-revert-non-file-buffers t))
(use-package better-defaults
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))