gnu: emacs-ace-window: Update to 0.9.0-1.a534492.
* gnu/packages/emacs-xyz.scm (emacs-ace-window): Update to 0.9.0-1.a534492.
This commit is contained in:
parent
6764870498
commit
4343eebfc9
|
@ -5202,18 +5202,22 @@ windows.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ace-window
|
(define-public emacs-ace-window
|
||||||
|
;; last release version is from 2015
|
||||||
|
(let ((commit "a5344925e399e1f015721cda6cf5db03c90ab87a")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ace-window")
|
(name "emacs-ace-window")
|
||||||
(version "0.9.0")
|
(version (git-version "0.9.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/abo-abo/ace-window.git")
|
(url "https://github.com/abo-abo/ace-window.git")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07mcdzjmgrqdvjs94f2n5bkrf5vrq2fwzz256wbm3wzqxqkfy1q6"))))
|
(base32
|
||||||
|
"18jm8gfgnf6ja9aarws5650lw2zfi3wdwc5j8r5ijn5fcqhfy7rc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-avy" ,emacs-avy)))
|
`(("emacs-avy" ,emacs-avy)))
|
||||||
|
@ -5224,7 +5228,7 @@ windows.")
|
||||||
In fact, when there are only two windows present, @code{other-window} is
|
In fact, when there are only two windows present, @code{other-window} is
|
||||||
called. If there are more, each window will have its first character
|
called. If there are more, each window will have its first character
|
||||||
highlighted. Pressing that character will switch to that window.")
|
highlighted. Pressing that character will switch to that window.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-iedit
|
(define-public emacs-iedit
|
||||||
;; Last release version was in 2016.
|
;; Last release version was in 2016.
|
||||||
|
|
Loading…
Reference in New Issue