diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.org b/README.org index 3ad524ce1946..711093cbfb91 100644 --- a/README.org +++ b/README.org @@ -7,10 +7,9 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mo ** [[https://github.com/quelpa/quelpa][Quelpa]] #+BEGIN_SRC emacs-lisp -(quelpa! '(org-clubhouse - :fetcher github - :repo "urbint/org-clubhouse" - :files ("*"))) +(quelpa '(org-clubhouse + :fetcher github + :repo "urbint/org-clubhouse")) #+END_SRC ** [[https://github.com/hlissner/doom-emacs/][DOOM Emacs]] |