mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Add emacs-elastic-modes.
* gnu/packages/emacs-xyz.scm (emacs-elastic-modes): New variable. Change-Id: I41f0b6cdb9ad4a2a6c7a178229c791b6499e77c3 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b94d123b13
commit
36cb277b6f
1 changed files with 24 additions and 0 deletions
|
@ -10058,6 +10058,30 @@ and passes it back to the current Emacs. In the meantime, current Emacs does
|
||||||
not hang at all.")
|
not hang at all.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-elastic-modes
|
||||||
|
(let ((commit "ea49bb03b78cb9fd17655990223e3095f137a3ce")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-elastic-modes")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jyp/elastic-modes")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1dkigkjw4i9nz5rl0dnic16ljdnp5cyz2xic3hc2myqnjlqnc6z6"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #false)) ;no tests
|
||||||
|
(propagated-inputs (list emacs-dash))
|
||||||
|
(home-page "https://github.com/jyp/elastic-modes")
|
||||||
|
(synopsis "Text and code alignment for variable-width fonts")
|
||||||
|
(description
|
||||||
|
"This is an Emacs package for text and code alignment for
|
||||||
|
variable-width (i.e., proportional, or variable pitch) fonts.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-elisp-demos
|
(define-public emacs-elisp-demos
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue