Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doom/use-package: Org-roam-ui-mode isn't launching with org-roam #27

Closed
shaunsingh opened this issue Aug 2, 2021 · 1 comment
Closed

Comments

@shaunsingh
Copy link
Contributor

Hi, according to the use-package config for org-roam-ui, it should automatically launch it when org-roam is launched as well

(use-package! websocket
    :after org-roam)

(use-package! org-roam-ui
    :hook (org-roam . org-roam-ui-mode))

However, I need to manually run org-roam-ui-mode every time I startup org-roam. Is this the expected behavior? I also asked Henrik (creator of doom-emacs) and he mentioned it should automatically open it, and that its an org-roam-ui issue

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Sorry, missed this issue! I explained why this happens in #28, basically I was thinking of old org-roam: org-roam-mode does not really exist anymore (it's the minor mode for the buffer) so hooking orui to it doesn't really do anything.

@tefkah tefkah closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants