summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el
index 3b08382..7c3c6d0 100644
--- a/init.el
+++ b/init.el
@@ -1533,6 +1533,13 @@ If failed try to complete the common part with `company-complete-common'"
"* %?\n%^T")
("hR" "Radicale Alt" entry (file+headline "~/Documents/org/radcal_alt.org" "Events")
"* %?\n%^T")
+ ("hD" "Denote Home (org)" plain
+ (file denote-last-path)
+ #'denote-org-capture
+ :no-save t
+ :immediate-finish nil
+ :kill-buffer t
+ :jump-to-captured t)
("w" "Work Tasks & Notes")
("wt" "Work TODO" entry (file+headline "~/Documents/org/mod.org" "Tasks")
"** TODO %?\nEntered on %U\n"