emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat 469b457238 04/12: ; Fix typo in code in Quelpa section


From: ELPA Syncer
Subject: [nongnu] elpa/eat 469b457238 04/12: ; Fix typo in code in Quelpa section in README.org
Date: Sun, 27 Nov 2022 15:59:30 -0500 (EST)

branch: elpa/eat
commit 469b457238b6fa7daa2629ec97fceb18f2259060
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    ; Fix typo in code in Quelpa section in README.org
---
 README.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index d1604689eb..a5727be277 100644
--- a/README.org
+++ b/README.org
@@ -70,11 +70,11 @@ right now.  So, you have to follow one of the following 
methods:
 ** Quelpa
 
 #+begin_src emacs-lisp
-(quelpa (eat :fetcher git
-             :url "https://codeberg.org/akib/emacs-iwindow.git";
-             :files ("*.el" "dir"
-                     "*.info" "*.texi"
-                     "*.ti" ("e" "e/*")))
+(quelpa '(eat :fetcher git
+              :url "https://codeberg.org/akib/emacs-iwindow.git";
+              :files ("*.el" "dir"
+                      "*.info" "*.texi"
+                      "*.ti" ("e" "e/*")))
 #+end_src
 
 ** Manual



reply via email to

[Prev in Thread] Current Thread [Next in Thread]