; Fix typo in code in Quelpa section in README.org
This commit is contained in:
parent
3464e6b68c
commit
469b457238
1 changed files with 5 additions and 5 deletions
10
README.org
10
README.org
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue