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 "%?"