~ruther/guix-local

ec4c0fad32620ffab7a8600927f55b5885518b3c — Andrew Tropin 2 years ago 5bbed57
gnu: Add emacs-arei.

* gnu/packages/emacs-xyz.scm (emacs-arei): New variable.
1 files changed, 21 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +21 -0
@@ 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")