mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add emacs-elysium.
* gnu/packages/emacs-xyz.scm (emacs-elysium): New variable. Change-Id: I2c82b55bfce522580db5d20a40a164ce9e2eab56
This commit is contained in:
parent
52980708d7
commit
778f5c17c3
1 changed files with 32 additions and 0 deletions
|
|
@ -40556,6 +40556,38 @@ from a starlit sky.")
|
|||
for the Elixir programming language.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-elysium
|
||||
(let ((commit "049ad3091baf3ce578791187c5e5e4f932c26044")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-elysium")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/lanceberge/elysium/")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x1lk24xrd0jq14h4bcmp25x2brfi5rmdxigz0wj5ipf2b57vv2y"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-command
|
||||
#~(list "emacs" "-Q" "--batch"
|
||||
"-l" "test/test-elysium.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-gptel))
|
||||
(home-page "https://github.com/lanceberge/elysium/")
|
||||
(synopsis "Automatically apply @code{gptel} changes")
|
||||
(description
|
||||
"This package extends @code{gptel}, using that package to generate
|
||||
suggestions based on the user's request. Those code suggestions will then
|
||||
automatically be applied to the buffer in the format of a git merge.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-dimmer
|
||||
(let ((commit "2f915b100044e09dd647b22085e1696249c4b115")
|
||||
(revision "1"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue