[emacs] Change org roam bibtex binding

`C-c n r a` is used for opening a random note.
This commit is contained in:
Correl Roush 2021-09-16 13:05:33 -04:00
parent 2a88a8441d
commit 44117ca9bc

View file

@ -1010,7 +1010,7 @@ Make it easy to take notes on books and papers that I'm reading.
:after org-roam :after org-roam
:hook (org-roam . org-roam-bibtex-mode) :hook (org-roam . org-roam-bibtex-mode)
:bind (:map org-mode-map :bind (:map org-mode-map
(("C-c n r a" . orb-note-actions)))) (("C-c n r b" . orb-note-actions))))
#+end_src #+end_src
**** Org Roam Server **** Org Roam Server
Provides a fun way to browse through a collection of notes. Provides a fun way to browse through a collection of notes.