diff --git a/examples/snippets.el b/examples/snippets.el index 417b9c9..a5cdfae 100644 --- a/examples/snippets.el +++ b/examples/snippets.el @@ -8,4 +8,5 @@ (setq org-agenda-files (list "/ur/existing/agendafiles" "/path/to/orgmode/refile.org")) +(with-current-buffer "matrix-refile.org" (auto-revert-mode)) ;;; snippets.el ends here