Configure autorevert
This commit is contained in:
parent
62a03495a3
commit
71fd7ff1d6
1 changed files with 7 additions and 2 deletions
|
|
@ -44,6 +44,13 @@
|
||||||
:bind
|
:bind
|
||||||
("M-o" . ace-window))
|
("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
|
(use-package avy
|
||||||
:bind
|
:bind
|
||||||
(("C-." . avy-goto-char-timer)
|
(("C-." . avy-goto-char-timer)
|
||||||
|
|
@ -207,7 +214,6 @@
|
||||||
|
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:config
|
:config
|
||||||
(global-auto-revert-mode)
|
|
||||||
(minibuffer-electric-default-mode)
|
(minibuffer-electric-default-mode)
|
||||||
(repeat-mode)
|
(repeat-mode)
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
@ -237,7 +243,6 @@
|
||||||
use-dialog-box nil
|
use-dialog-box nil
|
||||||
fast-but-imprecise-scrolling t
|
fast-but-imprecise-scrolling t
|
||||||
read-process-output-max (* 1024 1024)
|
read-process-output-max (* 1024 1024)
|
||||||
auto-revert-check-vc-info t
|
|
||||||
ns-use-proxy-icon nil
|
ns-use-proxy-icon nil
|
||||||
frame-title-format nil
|
frame-title-format nil
|
||||||
auto-window-vscroll nil
|
auto-window-vscroll nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue