No description
|
|
||
|---|---|---|
| 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)