I'm not sure `quelpa!` is a function...
```
Debugger entered--Lisp error: (void-function quelpa!)
```
...additionally, is `:files ("*")` necessary? Looks like the `(package! ...)`
was copy-pasted and package -> quelpa. Does this hold up?
		
	
			
		
			
				
	
	
	
	
		
			817 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			817 B
		
	
	
	
	
	
	
	
Org-Clubhouse
Install
Quelpa
(quelpa '(org-clubhouse
          :fetcher github
          :repo "urbint/org-clubhouse"))DOOM Emacs
;; in packages.el
(package! org-clubhouse
  :recipe (:fetcher github
           :repo "urbint/org-clubhouse"
           :files ("*")))
;; in config.el
(def-package! org-clubhouse)Setup
Once setup, you'll need to set two global config vars.
(setq org-clubhouse-auth-token "<your-token>"
      org-clubhouse-team-name "<your-team-name>")