docs: Add spacemacs setup instructions
Add instructions for installation via Spacemacs
This commit is contained in:
parent
1b0b98ec7d
commit
8ed9c37a7a
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mo
|
|||
(def-package! org-clubhouse)
|
||||
#+END_SRC
|
||||
|
||||
** [[http://spacemacs.org/][Spacemacs]]
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; in .spacemacs (SPC+fed)
|
||||
dotspacemacs-additional-packages
|
||||
'((org-clubhouse :location (recipe :fetcher github :repo "urbint/org-clubhouse")))
|
||||
#+END_SRC
|
||||
|
||||
* Setup
|
||||
|
||||
|
|
Loading…
Reference in a new issue