d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
237 stars 12 forks source link

How do yo install vulpea in doom? #94

Closed evb-gh closed 3 years ago

evb-gh commented 3 years ago

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?

d12frosted commented 3 years ago

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 :)

d12frosted commented 3 years ago

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.

d12frosted commented 3 years ago

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