(chore): some cleanups (#139)

* move org-roam-switch-to-buffer

* add org-roam-switch-to-buffer to docs

* Update changelog
This commit is contained in:
Jethro Kuan
2020-02-20 13:38:31 +08:00
committed by GitHub
parent f458c6caf6
commit ddaf855b5d
4 changed files with 37 additions and 24 deletions

View File

@ -53,6 +53,7 @@ The recommended method is using use-package and straight, or a similar package m
("C-c n l" . org-roam)
("C-c n t" . org-roam-today)
("C-c n f" . org-roam-find-file)
("C-c n b" . org-roam-switch-to-buffer)
("C-c n i" . org-roam-insert)
("C-c n g" . org-roam-show-graph))
```