straight installation
HumHongeKamyaab opened this issue · 1 comments
HumHongeKamyaab commented
Great package. seamless integration into org-roam without any issues.
Can you add following in yr readme for straight users:
(use-package nroam
:straight '(nroam :host github
:branch "master"
:repo "NicolasPetton/nroam")
:after org-roam
:config
(add-hook 'org-mode-hook #'nroam-setup-maybe)
)
NicolasPetton commented
Will do, thanks!