No description
Find a file
Russell Matney bfc599abe3 docs: installation instructions for quelpa, doom
Adds installation instructions for Quelpa and Doom Emacs.
2018-03-02 16:12:37 -05:00
LICENSE docs: MIT License 2018-03-02 10:44:48 -05:00
org-clubhouse.el feat: create-story region supported 2018-03-02 15:52:18 -05:00
README.org docs: installation instructions for quelpa, doom 2018-03-02 16:12:37 -05:00

Org-Clubhouse

Simple, unopinionated integration between Emacs's org-mode and the Clubhouse issue tracker

Install

Quelpa

(quelpa! '(org-clubhouse
           :fetcher github
           :repo "urbint/org-clubhouse"
           :files ("*")))

DOOM Emacs

;; in packages.el
(package! org-clubhouse
  :recipe (:fetcher github
           :repo "urbint/org-clubhouse"
           :files ("*")))

;; in config.el
(def-package! org-clubhouse)