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

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

[nongnu] elpa/workroom 94700152e5 13/74: Lower required Emacs version an


From: ELPA Syncer
Subject: [nongnu] elpa/workroom 94700152e5 13/74: Lower required Emacs version and elaborate README
Date: Sun, 27 Nov 2022 16:03:18 -0500 (EST)

branch: elpa/workroom
commit 94700152e562478f4a7c91d71143e0bec2a99c68
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Lower required Emacs version and elaborate README
---
 README.org  | 16 ++++++++++++++++
 workroom.el |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index cc1e17c987..d48f99ce9e 100644
--- a/README.org
+++ b/README.org
@@ -45,3 +45,19 @@ without arguments returning a list of live buffers.  That 
list of buffer
 will be used as the list of buffers of that workroom.  The default workroom
 is an example of this type of workroom, which uses ~buffer-list~ for the
 list of buffers.
+
+* Install
+
+** MELPA
+
+=M-x package-refresh-contents= and =M-x package-install RET workroom=.
+
+** Quelpa
+
+Do =M-x quelpa RET workroom=, Quelpa should get the recipe from MELPA and
+install it.
+
+** Straight.el
+
+Put this in ~(straight-use-package 'workroom)~ your init file, Straight.el
+should get the recipe from MELPA and install it.
diff --git a/workroom.el b/workroom.el
index cf000da122..9e00fe2f22 100644
--- a/workroom.el
+++ b/workroom.el
@@ -4,7 +4,7 @@
 
 ;; Author: Akib Azmain Turja <akib@disroot.org>
 ;; Version: 1.0
-;; Package-Requires: ((emacs "27.2"))
+;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: tools, convenience
 ;; URL: https://codeberg.org/akib/emacs-workroom
 



reply via email to

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