From 226ff569329b25897b1646a3ba086007da4a0f31 Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Sun, 4 Dec 2022 13:00:18 +0600 Subject: [PATCH] * README.org (Quelpa): Update recipe. --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 30f1b7b..ffc3196 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