From 2feba0b76fd7db08ee8f63430080fd2c21099ec8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 30 Oct 2021 11:30:44 +0200 Subject: [PATCH] Update org-roam package --- bundle/bundle--package.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index acfc3a7a..d80e19c2 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -391,11 +391,18 @@ ("C-c r g" . org-roam-graph) ("C-c r i" . org-roam-node-insert) ("C-c r c" . org-roam-capture) - ;; Dailies - ("C-c r j" . org-roam-dailies-capture-today) + ("C-c r j" . org-roam-dailies-map) + :map org-roam-dailies-map + ("t" . org-roam-dailies-capture-today) + ("y" . org-roam-dailies-capture-yesterday) + ("T" . org-roam-dailies-capture-tomorrow) + :map org-mode-map ("C-M-i" . completion-at-point)) :custom (org-roam-completion-everywhere t) + (org-roam-dailies-capture-templates + '(("d" "default" entry "* %<%R> %?" + :if-new (file+head "%<%F>.org" "#+title: %<%F>\n")))) (org-roam-capture-templates '(("d" "default" plain "%?"