From 44117ca9bcb162181348ef521f86186ccf05cb5c Mon Sep 17 00:00:00 2001 From: Correl Date: Thu, 16 Sep 2021 13:05:33 -0400 Subject: [PATCH] [emacs] Change org roam bibtex binding `C-c n r a` is used for opening a random note. --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 9893a4d..57eb922 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -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.