diff options
author | Russell Matney <russell.matney@gmail.com> | 2018-03-02T21·24-0500 |
---|---|---|
committer | Russell Matney <russell.matney@gmail.com> | 2018-03-02T21·24-0500 |
commit | 47c0fe97413594623e384b48481e27b119c993c6 (patch) | |
tree | 18a883ff97ff296797ba068b75370361b07d0402 /README.org | |
parent | bfc599abe3cfb1b76d8531f31d96c7a535bda05f (diff) |
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.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org index 79cef4dc2c14..3ad524ce1946 100644 --- a/README.org +++ b/README.org @@ -26,3 +26,12 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mo (def-package! org-clubhouse) #+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 |