fix: quelpa install docs

I'm not sure `quelpa!` is a function...

```
Debugger entered--Lisp error: (void-function quelpa!)
```

...additionally, is `:files ("*")` necessary? Looks like the `(package! ...)`
was copy-pasted and package -> quelpa. Does this hold up?
This commit is contained in:
William Carroll 2018-03-16 15:22:20 -04:00 committed by Griffin Smith
parent 8134c3011c
commit d406682f72

View file

@ -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]]