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

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

[nongnu] elpa/subed 8d994a3a44 1/4: Add straight.el installation instruc


From: ELPA Syncer
Subject: [nongnu] elpa/subed 8d994a3a44 1/4: Add straight.el installation instructions
Date: Fri, 16 Dec 2022 21:59:30 -0500 (EST)

branch: elpa/subed
commit 8d994a3a4476fd0b25119606bee052966e8b4833
Author: Sacha Chua <sacha@sachachua.com>
Commit: Sacha Chua <sacha@sachachua.com>

    Add straight.el installation instructions
---
 README.org | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 8485de6b34..f51126b054 100644
--- a/README.org
+++ b/README.org
@@ -158,7 +158,6 @@ following command inside the =subed= directory:
 #+begin_src sh :eval no
 git checkout branchname
 #+end_src
-
 *** use-package configuration
 
 Here's an example setup if you use use-package:
@@ -177,6 +176,14 @@ Here's an example setup if you use use-package:
   (add-hook 'subed-mode-hook (lambda () (setq-local fill-column 40))))
 #+END_SRC
 
+*** straight configuration
+
+If you use [[https://github.com/radian-software/straight.el][straight.el]], 
you can install subed with the following recipe:
+
+#+begin_src emacs-lisp
+(straight-use-package '(subed :type git :host github :repo "sachac/subed" 
:files ("subed/*.el")))
+#+end_src
+
 ** Getting started
 
 ~C-h f subed-mode~ should get you started. This is the parent mode for



reply via email to

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