No description
0967cbcea6
The various prompt-function callbacks get called on another thread, meaning we can't wait for them to return to set the value. This moves the flow control for story creation so it actually happens if you don't have a default story type set |
||
---|---|---|
LICENSE | ||
org-clubhouse.el | ||
README.org |
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)
Spacemacs
;; in .spacemacs (SPC+fed)
dotspacemacs-additional-packages
'((org-clubhouse :location (recipe :fetcher github :repo "urbint/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>")