summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2019-05-25 12:27:14 +0200
committerKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2019-05-25 12:27:14 +0200
commit05d5d492a3940af35eae5a279566bf06b36383ea (patch)
treedaf88470d20f50d336136ddf9e5830e0fab0f267
parent3c4f1147efe9519f617ff847ec0016f06550ea26 (diff)
downloaddotfiles-05d5d492a3940af35eae5a279566bf06b36383ea.tar.xz
Customize new auto-revert option
Yay for power savings ๐Ÿ™Œ
-rw-r--r--.emacs-custom.el1
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)