dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 05d5d492a3940af35eae5a279566bf06b36383ea
parent 3c4f1147efe9519f617ff847ec0016f06550ea26
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 25 May 2019 12:27:14 +0200

Customize new auto-revert option

Yay for power savings πŸ™Œ

Diffstat:
M.emacs-custom.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)