diff options
author | Case Duckworth | 2021-08-19 18:15:37 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-19 18:15:37 -0500 |
commit | 770e55d5504d716bbcd44e99ff4cc02b1f1213d9 (patch) | |
tree | 50899fff5448b14a335e246a61f47f745a9a772a | |
parent | Add newlines when visiting and saving buffers (diff) | |
download | emacs-770e55d5504d716bbcd44e99ff4cc02b1f1213d9.tar.gz emacs-770e55d5504d716bbcd44e99ff4cc02b1f1213d9.zip |
Auto revert non-file buffers
-rw-r--r-- | init.el | 1 |
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 |