diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index 43af2e840..13e2c6833 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -165,13 +165,13 @@ :desc "Search Forever" "s" #'org-journal-search-forever)) (:when (featurep! :lang org +roam) (:prefix ("r" . "roam") - :desc "Switch to buffer" "b" #'org-roam-switch-to-buffer - :desc "Org Roam Capture" "c" #'org-roam-capture - :desc "Find file" "f" #'org-roam-find-file - :desc "Show graph" "g" #'org-roam-graph - :desc "Insert" "i" #'org-roam-insert - :desc "Insert (skip org-capture)" "I" #'org-roam-insert-immediate - :desc "Org Roam" "r" #'org-roam + :desc "Switch to buffer" "b" #'org-roam-switch-to-buffer + :desc "Org Roam Capture" "c" #'org-roam-capture + :desc "Find file" "f" #'org-roam-find-file + :desc "Show graph" "g" #'org-roam-graph + :desc "Insert" "i" #'org-roam-insert + :desc "Insert (skipping org-capture)" "I" #'org-roam-insert-immediate + :desc "Org Roam" "r" #'org-roam (:prefix ("d" . "by date") :desc "Arbitrary date" "d" #'org-roam-dailies-date :desc "Today" "t" #'org-roam-dailies-today diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 6ffa93284..143e231df 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -499,13 +499,13 @@ (:when (featurep! :lang org +roam) (:prefix ("r" . "roam") - :desc "Switch to buffer" "b" #'org-roam-switch-to-buffer - :desc "Org Roam Capture" "c" #'org-roam-capture - :desc "Find file" "f" #'org-roam-find-file - :desc "Show graph" "g" #'org-roam-graph - :desc "Insert" "i" #'org-roam-insert - :desc "Insert (skip org-capture)" "I" #'org-roam-insert-immediate - :desc "Org Roam" "r" #'org-roam + :desc "Switch to buffer" "b" #'org-roam-switch-to-buffer + :desc "Org Roam Capture" "c" #'org-roam-capture + :desc "Find file" "f" #'org-roam-find-file + :desc "Show graph" "g" #'org-roam-graph + :desc "Insert" "i" #'org-roam-insert + :desc "Insert (skipping org-capture)" "I" #'org-roam-insert-immediate + :desc "Org Roam" "r" #'org-roam (:prefix ("d" . "by date") :desc "Arbitrary date" "d" #'org-roam-dailies-date :desc "Today" "t" #'org-roam-dailies-today