mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Add function org-roam-find-file
org-roam-find-file can be used to quickly navigate to a file in Roam.
This commit is contained in:
@ -60,10 +60,11 @@ package manager.
|
||||
(use-package org-roam
|
||||
:after deft org
|
||||
:hook (org-mode . org-roam-mode)
|
||||
:straight (:host "github" :repo "jethrokuan/org-roam")
|
||||
:straight (:host github :repo "jethrokuan/org-roam")
|
||||
:bind
|
||||
("C-c n l" . org-roam)
|
||||
("C-c n l" . org-roam)
|
||||
("C-c n t" . org-roam-today)
|
||||
("C-c n f" . org-roam-find-file)
|
||||
("C-c n i" . org-roam-insert)
|
||||
("C-c n g" . org-roam-show-graph))
|
||||
```
|
||||
|
Reference in New Issue
Block a user