branch: elpa/workroom commit 94700152e562478f4a7c91d71143e0bec2a99c68 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@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 <a...@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