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