Org-roam: Disabling org-roam buffer

Created on 30 Jul 2020  路  2Comments  路  Source: org-roam/org-roam

Is there any easy way of disabling org-roam buffer by default? Currently when switching to a roam file it pops up the roam backlink buffer. I wonder if there is anyway I could disable this by default and open it when I need manually.

- Emacs: GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.5.0, NS appkit-1894.50 Version 10.15.5 (Build 19F101))
 of 2020-07-23
- Framework: Doom
- Org: Org mode version 9.4 (nil @ /Users/benmezger/.emacs.d/.local/straight/build/org-mode/)
- Org-roam: 1.2.0
enhancement

Most helpful comment

I believe this is an addition from Doom-Emacs, and not something we're doing in master. You might be able to disable it.

Go it. I solved it by disabling the find-file hook with (remove-hook! 'find-file-hook #'+org-roam-open-buffer-maybe-h)

All 2 comments

I believe this is an addition from Doom-Emacs, and not something we're doing in master. You might be able to disable it.

I believe this is an addition from Doom-Emacs, and not something we're doing in master. You might be able to disable it.

Go it. I solved it by disabling the find-file hook with (remove-hook! 'find-file-hook #'+org-roam-open-buffer-maybe-h)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Trevoke picture Trevoke  路  6Comments

nmartin84 picture nmartin84  路  5Comments

cantao picture cantao  路  5Comments

kadircancetin picture kadircancetin  路  5Comments

fkgruber picture fkgruber  路  4Comments