Emacs: Disable notify-based file watching on Darwin
Alan Pearce alan.pearce@spotcap.com
Mon, 18 Jan 2016 13:12:03 +0100
1 files changed, 5 insertions(+), 4 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -533,10 +533,11 @@ ** autorevert #+BEGIN_SRC emacs-lisp -(use-package autorevert - :init (progn - (global-auto-revert-mode 1) - (setq auto-revert-verbose nil))) + (use-package autorevert + :init (progn + (global-auto-revert-mode 1) + (setq auto-revert-verbose nil + auto-revert-use-notify (not (eq system-type 'darwin))))) #+END_SRC ** Encoding