diff --git a/core/siren-core-editor.el b/core/siren-core-editor.el index b45e7da..db2c311 100644 --- a/core/siren-core-editor.el +++ b/core/siren-core-editor.el @@ -64,6 +64,9 @@ ;; revert buffers automatically when underlying files are changed externally (global-auto-revert-mode t) +(when (eq system-type 'darwin) + ;; File notifications seem unreliable on macOS. + (setq auto-revert-use-notify nil)) ;; diminish keeps the modeline tidy (use-package diminish)