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:
parent
8134c3011c
commit
d406682f72
1 changed files with 3 additions and 4 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Reference in a new issue