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

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

[nongnu] elpa/iwindow 9ccee7fec8 2/3: Add NonGNU ELPA instructions


From: ELPA Syncer
Subject: [nongnu] elpa/iwindow 9ccee7fec8 2/3: Add NonGNU ELPA instructions
Date: Wed, 20 Sep 2023 19:01:45 -0400 (EDT)

branch: elpa/iwindow
commit 9ccee7fec841fec7a2edf2db8d8cc5492dd85de8
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Add NonGNU ELPA instructions
---
 README.org | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index e6401006cd..f505a8c96d 100644
--- a/README.org
+++ b/README.org
@@ -14,14 +14,21 @@ to somewhere, for example:
 (global-set-key (kbd "C-x o") #'iwindow-select)
 #+end_src
 
-You can swap windows with `iwindow-swap'.  To delete a window, you can
-use `iwindow-delete'.  And there is `iwindow-delete-others' to delete
+You can swap windows with ~iwindow-swap~.  To delete a window, you can
+use ~iwindow-delete~.  And there is ~iwindow-delete-others~ to delete
 all window except the chosen one.
 
 * Installation
 
-IWindow isn't available on any ELPA right now.  So, you have to follow
-one of the following methods:
+** NonGNU ELPA
+
+IWindow is available on NonGNU ELPA.  If you don't have the archive
+setup, put something like the following in your init file:
+
+#+begin_src emacs-lisp
+(add-to-list 'package-archives
+             '("nongnu" . "https://elpa.nongnu.org/nongnu/";))
+#+end_src
 
 ** Quelpa
 



reply via email to

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