* README.org (Straight.el): New section

This commit is contained in:
Akib Azmain Turja 2022-12-22 21:11:40 +06:00
parent a4b20341b3
commit 63f23b3e50
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

View file

@ -96,6 +96,20 @@ put something like the following in your init file:
(:exclude ".dir-locals.el" "*-tests.el"))))
#+end_src
** Straight.el
#+begin_src emacs-lisp
(straight-use-package
'(eat :type git
:host codeberg
:repo "akib/emacs-eat"
:files ("*.el" ("term" "term/*.el") "*.texi"
"*.ti" ("terminfo/e" "terminfo/e/*")
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el"))))
#+end_src
** Manual
Clone the repository and put it in your ~load-path~.