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

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

[nongnu] elpa/eat 226ff56932 2/6: * README.org (Quelpa): Update recipe.


From: ELPA Syncer
Subject: [nongnu] elpa/eat 226ff56932 2/6: * README.org (Quelpa): Update recipe.
Date: Sun, 4 Dec 2022 06:58:40 -0500 (EST)

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

    * README.org (Quelpa): Update recipe.
---
 README.org | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 30f1b7b986..ffc31962a4 100644
--- a/README.org
+++ b/README.org
@@ -80,10 +80,11 @@ put something like the following in your init file:
 
 #+begin_src emacs-lisp
 (quelpa '(eat :fetcher git
-              :url "https://codeberg.org/akib/emacs-eat.git";
-              :files ("*.el" "dir"
-                      "*.info" "*.texi"
-                      "*.ti" ("e" "e/*")))
+              :url "/home/akib/projects/emacs-eat"
+              :files ("*.el" ("term" "term/*.el") "*.texi"
+                      "*.ti" ("e" "e/*")
+                      ("integration" "integration/*")
+                      (:exclude ".dir-locals.el" "*-tests.el"))))
 #+end_src
 
 ** Manual



reply via email to

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