diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d260c6a..afeabff 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -44,6 +44,13 @@ :bind ("M-o" . ace-window)) +(use-package autorevert + :ensure nil + :config + (setq auto-revert-check-vc-info t + auto-revert-interval 1) + (global-auto-revert-mode)) + (use-package avy :bind (("C-." . avy-goto-char-timer) @@ -207,7 +214,6 @@ (use-package emacs :config - (global-auto-revert-mode) (minibuffer-electric-default-mode) (repeat-mode) (fset 'yes-or-no-p 'y-or-n-p) @@ -237,7 +243,6 @@ use-dialog-box nil fast-but-imprecise-scrolling t read-process-output-max (* 1024 1024) - auto-revert-check-vc-info t ns-use-proxy-icon nil frame-title-format nil auto-window-vscroll nil