diff options
author | William Carroll <wpcarro@users.noreply.github.com> | 2018-03-16T19·22-0400 |
---|---|---|
committer | Griffin Smith <glittershark@users.noreply.github.com> | 2018-03-28T21·58-0400 |
commit | d406682f727815af08e51c18781086a6c8e1bd28 (patch) | |
tree | 010250cd5f4e65cb09c7bbafafe30470bee36617 /README.org | |
parent | 8134c3011c34d0cdc374e11815d16f6fc48e4389 (diff) |
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?
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]] |