rekahsoft-gnu/packages/emacs-xyz.scm: Add up-to-date version of emacs-ace-link

This commit is contained in:
Collin J. Doering 2021-01-01 20:31:02 -05:00
parent abffdcff72
commit 329621ca05
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 18 additions and 0 deletions

View File

@ -595,3 +595,21 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(description
"Helm interface for ripgrep.")
(license license:gpl3+))))
(define-public emacs-ace-link-2021-01-1
(let ((commit "298f02f7dd117f9ec01f6aa2a2ddfecae0efb7f4")
(revision "1"))
(package
(inherit emacs-ace-link)
(name "emacs-ace-link-2021-01-1")
(version (git-version "0.5.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/abo-abo/ace-link")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1i243wfwrbxn00sh96248lpqfb7cvxqqwlc78nf8kim4ymylpp41")))))))