all repos — nixfiles @ 51437d154eba80d159cd8485c110f6c778fab75e

System and user configuration, managed by nix and home-manager

Emacs: Disable notify-based file watching on Darwin

Alan Pearce
commit

51437d154eba80d159cd8485c110f6c778fab75e

parent

68b37c9d2090f0d21d90c92182e6797183150bd7

1 file changed, 5 insertions(+), 4 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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