summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2023-07-17 17:58:20 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2023-07-17 17:58:20 -0400
commitcd6fb35ac756945afc5579b77fe652d4cd6d2a26 (patch)
tree233ed29592d0011ed42d6a50a2fa7bfd6b13d714 /lisp/org-custom.el
parentc7c9fe4a9a39337da622a4fa48cc79ad808fb3b9 (diff)
Shortcut for org roam refile
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el3
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