Add shortcut for org-road-dailies-capture-date
This commit is contained in:
parent
4cdb694132
commit
a87bcffba7
@ -2368,15 +2368,16 @@ Let’s see if i can get my brain more organised this way…
|
||||
("d" "default" entry "* %<%H:%M>: %?"
|
||||
:if-new (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n"))))
|
||||
:bind
|
||||
(("C-c n l" . org-roam-buffer-toggle)
|
||||
(("C-c n c" . org-roam-capture)
|
||||
("C-c n g" . org-roam-graph)
|
||||
("C-c n i" . org-roam-node-insert)
|
||||
("C-c n c" . org-roam-capture)
|
||||
("C-c n l" . org-roam-buffer-toggle)
|
||||
:map org-mode-map
|
||||
("C-M-i" . completion-at-point)
|
||||
:map org-roam-dailies-map
|
||||
("Y" . org-roam-dailies-capture-yesterday)
|
||||
("d" . org-roam-dailies-capture-date)
|
||||
("j" . org-roam-dailies-capture-today)
|
||||
("Y" . org-roam-dailies-capture-yesterday)
|
||||
("T" . org-roam-dailies-capture-tomorrow))
|
||||
:bind-keymap
|
||||
("C-c n d" . org-roam-dailies-map))
|
||||
|
Loading…
Reference in New Issue
Block a user