diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-25 12:27:14 +0200 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-25 12:27:14 +0200 |
| commit | 05d5d492a3940af35eae5a279566bf06b36383ea (patch) | |
| tree | daf88470d20f50d336136ddf9e5830e0fab0f267 | |
| parent | 3c4f1147efe9519f617ff847ec0016f06550ea26 (diff) | |
| download | dotfiles-05d5d492a3940af35eae5a279566bf06b36383ea.tar.xz | |
Customize new auto-revert option
Yay for power savings ๐
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
