(feat): Implement ‘org-roam-insert-immediate’ (#814)

This commit is contained in:
Leo Vivier
2020-06-15 12:34:27 +02:00
committed by GitHub
parent 87403b330c
commit 7ab67436a7
4 changed files with 29 additions and 1 deletions

View File

@ -60,7 +60,8 @@ Here's a sample configuration with using `use-package`:
("C-c n f" . org-roam-find-file)
("C-c n g" . org-roam-show-graph))
:map org-mode-map
(("C-c n i" . org-roam-insert))))
(("C-c n i" . org-roam-insert))
(("C-c n I" . org-roam-insert-immediate))))
```
`org-roam-graph` by default expects to find the `dot` executable