[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Add emacs-arei.
From: |
guix-commits |
Subject: |
02/02: gnu: Add emacs-arei. |
Date: |
Tue, 5 Dec 2023 02:06:15 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit ec4c0fad32620ffab7a8600927f55b5885518b3c
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Dec 5 09:23:39 2023 +0300
gnu: Add emacs-arei.
* gnu/packages/emacs-xyz.scm (emacs-arei): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 53784a46a8..10ceddd03b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -411,6 +411,27 @@ reading the extensive documentation about BookmarkPlus on
the Emacs Wiki.")
input via a small child-frame spawned at the position of the cursor.")
(license license:gpl3+)))
+(define-public emacs-arei
+ (package
+ (name "emacs-arei")
+ (version "0.9.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~abcdw/emacs-arei")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "12vfv7l8krsfv7m03p41jakh4xrfm21w85kvghz0q5hq63w9l3f7"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
+ (home-page "https://git.sr.ht/~abcdw/emacs-arei")
+ (synopsis "Asyncronous Reliable Extensible IDE")
+ (description "Sleek Guile IDE for Emacs.")
+ (license license:gpl3+)))
+
(define-public emacs-geiser
(package
(name "emacs-geiser")