glittershark / org-clubhouse

Simple, unopinionated integration between Emacs's org-mode and the Clubhouse issue tracker
MIT License
28 stars 13 forks source link

Issue with README example of packages.el format for Doom Emacs #33

Closed ThunderHeavyIndustries closed 2 years ago

ThunderHeavyIndustries commented 3 years ago

Might be just something funky for me locally but, In the README, it has

;; in packages.el
(package! org-clubhouse
  :recipe (:fetcher github
           :repo "glittershark/org-clubhouse"
           :files ("*")))

I had to adjust it to

;; in packages.el
(package! org-clubhouse                                                                                                                                         
  :recipe (:type git                                                                                                                                            
           :host github                                                                                                                                         
           :repo "glittershark/org-clubhouse"                                                                                                                   
           :files ("*")))

for the doom sync command to run, otherwise I was getting an error for :fetcher not being a valid option

glittershark commented 2 years ago

this has likely changed since the example, yeah