* README.org (Quelpa): Update recipe.
This commit is contained in:
parent
468fe893cf
commit
226ff56932
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue