Update buffers automatically
This commit is contained in:
parent
e9d23cc7aa
commit
f3b623738c
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@
|
||||||
(windmove-default-keybindings 'super)
|
(windmove-default-keybindings 'super)
|
||||||
:custom
|
:custom
|
||||||
(column-number-mode t)
|
(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
|
(use-package better-defaults
|
||||||
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))
|
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue