Added keybinding for org-roam-dailies-capture-tomorrow
This commit is contained in:
parent
f50d2b1437
commit
3fba51f78f
@ -694,8 +694,10 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
|
|||||||
("C-c n g" . org-roam-graph)
|
("C-c n g" . org-roam-graph)
|
||||||
("C-c n i" . org-roam-node-insert)
|
("C-c n i" . org-roam-node-insert)
|
||||||
("C-c n c" . org-roam-capture)
|
("C-c n c" . org-roam-capture)
|
||||||
|
|
||||||
;; Dailies
|
;; Dailies
|
||||||
("C-c n j" . org-roam-dailies-capture-today))
|
("C-c n j" . org-roam-dailies-capture-today)
|
||||||
|
("C-c n k" . org-roam-dailies-capture-tomorrow))
|
||||||
:config
|
:config
|
||||||
;; If you're using a vertical completion framework, you might want a more informative completion interface
|
;; If you're using a vertical completion framework, you might want a more informative completion interface
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user