diff options
-rw-r--r-- | lisp/org-custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 32247e6..30e76c4 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -69,7 +69,8 @@ ("C-c n j" . org-roam-dailies-capture-today) ("C-c n t" . org-roam-tag-add) ("C-c n a" . org-roam-alias-add) - ("C-c n c" . org-capture)) + ("C-c n c" . org-capture) + ("C-c n r" . org-roam-refile)) :config (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags}" 'face 'org-tag))) (setq org-roam-dailies-capture-templates |