summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 516880f..a1d4730 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -304,7 +304,8 @@
(use-package org-roam
:config (org-roam-db-autosync-enable)
- :bind ("C-c n f" . org-roam-node-find)
+ :bind (("C-c n c" . org-roam-capture)
+ ("C-c n f" . org-roam-node-find))
:custom
((org-id-locations-file (my/data-file-name "org-id-locations"))
(org-roam-db-location (my/data-file-name "org-roam.db")))