mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-typo: Update to 1.1-0.173ebe4.
* gnu/packages/emacs-xyz.scm (emacs-typo): Update to 1.1-0.173ebe4. Change-Id: I2823d627e9e07a23f59e898905386806d0539624 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
a5526cef25
commit
279c70454e
1 changed files with 21 additions and 18 deletions
|
@ -11768,28 +11768,31 @@ substitute text and perform the substitution outright.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-typo
|
||||
(package
|
||||
(name "emacs-typo")
|
||||
(version "1.1")
|
||||
(home-page "https://github.com/jorgenschaefer/typoel")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Minor mode for typographic editing")
|
||||
(description
|
||||
"This package provides two Emacs modes, @code{typo-mode} and
|
||||
;; Latest tagged release is from 2013.
|
||||
(let ((commit "173ebe4fc7ac38f344b16e6eaf41f79e38f20d57")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-typo")
|
||||
(version (git-version "1.1" revision commit))
|
||||
(home-page "https://github.com/jorgenschaefer/typoel")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09835zlfzxby5lpz9njl705nqc2n2h2f7a4vpcyx89f5rb9qhy68"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Minor mode for typographic editing")
|
||||
(description
|
||||
"This package provides two Emacs modes, @code{typo-mode} and
|
||||
@code{typo-global-mode}. These modes automatically insert Unicode characters
|
||||
for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
|
||||
automatically inserts a Unicode opening or closing quotation mark, depending
|
||||
on context.")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-company-lsp
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue