* README.org (Quelpa): Update recipe.

This commit is contained in:
Akib Azmain Turja 2022-12-04 13:00:18 +06:00
parent 468fe893cf
commit 226ff56932
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

View file

@ -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