emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat 63f23b3e50: * README.org (Straight.el): New section


From: ELPA Syncer
Subject: [nongnu] elpa/eat 63f23b3e50: * README.org (Straight.el): New section
Date: Thu, 22 Dec 2022 10:59:01 -0500 (EST)

branch: elpa/eat
commit 63f23b3e50888727e84cbac7d95c08f8c02d6677
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    * README.org (Straight.el): New section
---
 README.org | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.org b/README.org
index 790dfd0fd1..509343db92 100644
--- a/README.org
+++ b/README.org
@@ -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~.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]