Update org-roam package
This commit is contained in:
parent
81d03d77db
commit
2feba0b76f
1 changed files with 9 additions and 2 deletions
|
@ -391,11 +391,18 @@
|
||||||
("C-c r g" . org-roam-graph)
|
("C-c r g" . org-roam-graph)
|
||||||
("C-c r i" . org-roam-node-insert)
|
("C-c r i" . org-roam-node-insert)
|
||||||
("C-c r c" . org-roam-capture)
|
("C-c r c" . org-roam-capture)
|
||||||
;; Dailies
|
("C-c r j" . org-roam-dailies-map)
|
||||||
("C-c r j" . org-roam-dailies-capture-today)
|
: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))
|
("C-M-i" . completion-at-point))
|
||||||
:custom
|
:custom
|
||||||
(org-roam-completion-everywhere t)
|
(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
|
(org-roam-capture-templates
|
||||||
'(("d" "default" plain
|
'(("d" "default" plain
|
||||||
"%?"
|
"%?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue