mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-24 19:19:52 +00:00
[emacs] Change org roam bibtex binding
`C-c n r a` is used for opening a random note.
This commit is contained in:
parent
2a88a8441d
commit
44117ca9bc
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ Make it easy to take notes on books and papers that I'm reading.
|
|||
:after org-roam
|
||||
:hook (org-roam . org-roam-bibtex-mode)
|
||||
:bind (:map org-mode-map
|
||||
(("C-c n r a" . orb-note-actions))))
|
||||
(("C-c n r b" . orb-note-actions))))
|
||||
#+end_src
|
||||
**** Org Roam Server
|
||||
Provides a fun way to browse through a collection of notes.
|
||||
|
|
Loading…
Reference in a new issue