Create example folder and move sample config to it.

master
josiah 3 years ago
parent 18589540f3
commit c2c2d621c1

@ -23,7 +23,7 @@ matrix:
orgmode:
# The filepath for matrix-refile.org
refile: "/data/matrix-refile.org"
refile: "matrix-refile.org"
storage:
# The database connection string

@ -0,0 +1,11 @@
;;; 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"))
;;; snippets.el ends here
Loading…
Cancel
Save