From 05d5d492a3940af35eae5a279566bf06b36383ea Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 25 May 2019 12:27:14 +0200 Subject: Customize new auto-revert option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yay for power savings 🙌 --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index ff0c986..7a56f98 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -5,6 +5,7 @@ ;; If there is more than one, they won't work right. '(after-save-hook '(executable-make-buffer-file-executable-if-script-p)) '(async-shell-command-buffer 'new-buffer) + '(auto-revert-avoid-polling t) '(backup-directory-alist '(("" . "~/.emacs.backup"))) '(column-number-mode t) '(comint-scroll-show-maximum-output nil) -- cgit v1.2.3