summaryrefslogtreecommitdiffstatshomepage
path: root/readme.org
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-02-23 21:35:20 +0100
committerGravatar Nicolas Petton2021-02-23 21:35:20 +0100
commit02a791bf971c43dac2f95801a91bfd6a9f3756fc (patch)
treea7ff772be5980e44aa24f8bf7fcbdadb5f4f6226 /readme.org
parentfd9001cf4449da2fe7bcafb03d8341b0198e2a51 (diff)
downloadnroam-02a791bf971c43dac2f95801a91bfd6a9f3756fc.tar.gz
nroam-02a791bf971c43dac2f95801a91bfd6a9f3756fc.zip
Fix org-capture with nroam
Only enable nroam-mode on org-roam file buffers.
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
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.