molly/examples/snippets.el

12 lines
335 B
EmacsLisp
Raw Normal View History

;;; 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