From a2f07f24e0f33965a305fe17aca5b749ba3c326e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 18 Mar 2019 20:55:58 +0000 Subject: Support an org-capture template for misc shopping Sometimes just capturing what I want to buy is as satisfying as actually buying the item. These org-capture templates really alleviate a lot of the anxiety I associate with trying to remember many things. --- configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el') diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el index 06e2a27bf948..a6e108e93860 100644 --- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el +++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-org.el @@ -27,6 +27,11 @@ "Tasks") "* %? ") + ("s" "shopping list" entry (file+headline + ,(f-join (getenv "ORG_DIRECTORY") "shopping.org") + "Items") + "* TODO %? ") + )) (evil-set-initial-state 'org-mode 'insert) -- cgit 1.4.1