You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
396 B

;;; snippets.el --- snippets you should use to make using molly easier -*- lexical-binding: t -*-
;;; Commentary:
;;;; We need to make sure we add the proper refile path to our agenda.
;;; Code:
(require 'org)
(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