No description
bfc599abe3
Adds installation instructions for Quelpa and Doom Emacs. |
||
---|---|---|
LICENSE | ||
org-clubhouse.el | ||
README.org |
Org-Clubhouse
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)