mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add emacs-alchemist.
* gnu/packages/emacs-xyz.scm (emacs-alchemist): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
10420af4b1
commit
7a4465473e
1 changed files with 23 additions and 0 deletions
|
@ -2677,6 +2677,29 @@ (define-public emacs-app-launcher
|
|||
installed on your machine and launch it.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-alchemist
|
||||
(package
|
||||
(name "emacs-alchemist")
|
||||
(version "1.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://stable.melpa.org/packages/"
|
||||
"alchemist-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0ygwf9d739zqc8dcckw0j0bqkipw7cmxbrx3l281x237a3d384yw"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-elixir-mode emacs-dash emacs-company emacs-pkg-info))
|
||||
(home-page "http://www.github.com/tonini/alchemist.el")
|
||||
(synopsis "Elixir tooling integration into Emacs")
|
||||
(description
|
||||
"This package brings you all the Elixir tooling and power inside your Emacs
|
||||
editor. It comes with commands to compile, execute and test your code, spawn
|
||||
an interactive shell, and look up definitions and documentation as well as
|
||||
code completion and project management support.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-auto-sudoedit
|
||||
(package
|
||||
(name "emacs-auto-sudoedit")
|
||||
|
|
Loading…
Reference in a new issue