branch: elpa/eat commit 469b457238b6fa7daa2629ec97fceb18f2259060 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
; Fix typo in code in Quelpa section in README.org --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index d1604689eb..a5727be277 100644 --- a/README.org +++ b/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