config/default: update deprecated bindings
deprecation notice:
47e83f7d3f
This commit is contained in:
parent
f622d51718
commit
910e3bc1d9
2 changed files with 8 additions and 8 deletions
|
@ -176,10 +176,10 @@
|
||||||
:desc "Tag" "t" #'org-roam-tag-add
|
:desc "Tag" "t" #'org-roam-tag-add
|
||||||
:desc "Un-tag" "T" #'org-roam-tag-delete
|
:desc "Un-tag" "T" #'org-roam-tag-delete
|
||||||
(:prefix ("d" . "by date")
|
(:prefix ("d" . "by date")
|
||||||
:desc "Arbitrary date" "d" #'org-roam-dailies-date
|
:desc "Arbitrary date" "d" #'org-roam-dailies-find-date
|
||||||
:desc "Today" "t" #'org-roam-dailies-today
|
:desc "Today" "t" #'org-roam-dailies-find-today
|
||||||
:desc "Tomorrow" "m" #'org-roam-dailies-tomorrow
|
:desc "Tomorrow" "m" #'org-roam-dailies-find-tomorrow
|
||||||
:desc "Yesterday" "y" #'org-roam-dailies-yesterday))))
|
:desc "Yesterday" "y" #'org-roam-dailies-find-yesterday))))
|
||||||
|
|
||||||
;;; <leader> o --- open
|
;;; <leader> o --- open
|
||||||
"o" nil ; we need to unbind it first as Org claims this prefix
|
"o" nil ; we need to unbind it first as Org claims this prefix
|
||||||
|
|
|
@ -504,10 +504,10 @@
|
||||||
:desc "Insert (skipping org-capture)" "I" #'org-roam-insert-immediate
|
:desc "Insert (skipping org-capture)" "I" #'org-roam-insert-immediate
|
||||||
:desc "Org Roam" "r" #'org-roam
|
:desc "Org Roam" "r" #'org-roam
|
||||||
(:prefix ("d" . "by date")
|
(:prefix ("d" . "by date")
|
||||||
:desc "Arbitrary date" "d" #'org-roam-dailies-date
|
:desc "Arbitrary date" "d" #'org-roam-dailies-find-date
|
||||||
:desc "Today" "t" #'org-roam-dailies-today
|
:desc "Today" "t" #'org-roam-dailies-find-today
|
||||||
:desc "Tomorrow" "m" #'org-roam-dailies-tomorrow
|
:desc "Tomorrow" "m" #'org-roam-dailies-find-tomorrow
|
||||||
:desc "Yesterday" "y" #'org-roam-dailies-yesterday)))
|
:desc "Yesterday" "y" #'org-roam-dailies-find-yesterday)))
|
||||||
|
|
||||||
(:when (featurep! :lang org +journal)
|
(:when (featurep! :lang org +journal)
|
||||||
(:prefix ("j" . "journal")
|
(:prefix ("j" . "journal")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue