summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-19 18:15:37 -0500
committerCase Duckworth2021-08-19 18:15:37 -0500
commit770e55d5504d716bbcd44e99ff4cc02b1f1213d9 (patch)
tree50899fff5448b14a335e246a61f47f745a9a772a /init.el
parentAdd newlines when visiting and saving buffers (diff)
downloademacs-770e55d5504d716bbcd44e99ff4cc02b1f1213d9.tar.gz
emacs-770e55d5504d716bbcd44e99ff4cc02b1f1213d9.zip
Auto revert non-file buffers
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 2f1f2e4..677a737 100644 --- a/init.el +++ b/init.el
@@ -66,6 +66,7 @@
66 (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg"))) 66 (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg")))
67 67
68(setup autorevert 68(setup autorevert
69 (:option global-auto-revert-non-file-buffers t)
69 (global-auto-revert-mode +1)) 70 (global-auto-revert-mode +1))
70 71
71(setup browse-url 72(setup browse-url