From bfc599abe3cfb1b76d8531f31d96c7a535bda05f Mon Sep 17 00:00:00 2001 From: Russell Matney Date: Fri, 2 Mar 2018 15:46:35 -0500 Subject: docs: installation instructions for quelpa, doom Adds installation instructions for Quelpa and Doom Emacs. --- README.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 0d862a535bda..79cef4dc2c14 100644 --- a/README.org +++ b/README.org @@ -2,4 +2,27 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mode]] and the [[https://clubhouse.io/][Clubhouse]] issue tracker +* Install + +** [[https://github.com/quelpa/quelpa][Quelpa]] + +#+BEGIN_SRC emacs-lisp +(quelpa! '(org-clubhouse + :fetcher github + :repo "urbint/org-clubhouse" + :files ("*"))) +#+END_SRC + +** [[https://github.com/hlissner/doom-emacs/][DOOM Emacs]] + +#+BEGIN_SRC emacs-lisp +;; in packages.el +(package! org-clubhouse + :recipe (:fetcher github + :repo "urbint/org-clubhouse" + :files ("*"))) + +;; in config.el +(def-package! org-clubhouse) +#+END_SRC -- cgit 1.4.1