docs: add setup note

Docs the need for auth-token and team-name. The Auth token needs to be
generated per user, and can be done in clubhouse.
This commit is contained in:
Russell Matney 2018-03-02 16:24:21 -05:00
parent bfc599abe3
commit 47c0fe9741

View file

@ -26,3 +26,12 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mo
(def-package! org-clubhouse) (def-package! org-clubhouse)
#+END_SRC #+END_SRC
* Setup
Once setup, you'll need to set two global config vars.
#+BEGIN_SRC emacs-lisp
(setq org-clubhouse-auth-token "<your-token>"
org-clubhouse-team-name "<your-team-name>")
#+END_SRC