From d406682f727815af08e51c18781086a6c8e1bd28 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 16 Mar 2018 15:22:20 -0400 Subject: 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? --- README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.org') 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]] -- cgit 1.4.1