d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do yo install vulpea in doom?

evb-gh opened this issue · comments

Still very new to emacs so please bear with me.

Adding (package! vulpea) and running doom sync seems to run fine, but I can't find vulpea-setup in M-x to run after install. What am I missing here?

Hey @evb-gh

I am not using doom, so have not tested this, but according to doom documentation you are doing everything right. vulpea-setup is not available in M-x just because it is not an interactive function, you should call it from your confgiurations, something like:

;;; ~/.doom.d/config.el
(use-package! vulpea
  :hook
  (after-init . vulpea-setup))

Please let me know if that helps or doesn't help :)

Btw, if you are using org-roam v2, then you should use feature/org-roam-v2 branch :) Apart from supporting v2, it has more functionality AND you don't need to call vulpea-setup anymore. But it works only with org-roam v2 right meow.

Closing this issue, as not an issue 😸 If you wish to continue discussion, I highly recommend opening a thread in https://github.com/d12frosted/vulpea/discussions

Cheers