; Fix typo in code in Quelpa section in README.org

This commit is contained in:
Akib Azmain Turja 2022-11-24 19:13:06 +06:00
parent 3464e6b68c
commit 469b457238
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

View file

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