From 02a791bf971c43dac2f95801a91bfd6a9f3756fc Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Tue, 23 Feb 2021 21:35:20 +0100 Subject: Fix org-capture with nroam Only enable nroam-mode on org-roam file buffers. --- readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.org') diff --git a/readme.org b/readme.org index d16507d..36aafed 100644 --- a/readme.org +++ b/readme.org @@ -17,7 +17,7 @@ By making them an integral part of the org buffer, backlinks also become more po To setup nroam for all =org-mode= buffer, evaluate the following: #+begin_src elisp -(add-hook 'org-mode-hook #'nroam-mode) +(add-hook 'org-mode-hook #'nroam-setup-maybe) #+end_src The linked references section will be updated after each buffer save. -- cgit v1.2.3-54-g00ecf