From 63f23b3e50888727e84cbac7d95c08f8c02d6677 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Thu, 22 Dec 2022 21:11:40 +0600
Subject: [PATCH] * README.org (Straight.el): New section

---
 README.org | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.org b/README.org
index 790dfd0..509343d 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~.