Enable autorevert globally

I may regret this later…
This commit is contained in:
Gergely Polonkai 2016-10-21 08:18:18 +02:00
parent 49669f346f
commit 79df4fb943
1 changed files with 4 additions and 0 deletions

View File

@ -592,6 +592,10 @@
:config
(show-paren-mode t))
(use-package autorevert
:config
(global-auto-revert-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")