mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add emacs-telephone-line.
* gnu/packages/emacs-xyz.scm (emacs-telephone-line): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ef5636c35c
commit
b9e0aff9dc
1 changed files with 25 additions and 0 deletions
|
@ -522,6 +522,31 @@ (define-public emacs-vc-hgcmd
|
|||
server}. The main advantage compared to @code{vc-hg} is speed.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-telephone-line
|
||||
(let ((commit "6f3455a365912e8f0c45a2240ea79507dee45ade")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-telephone-line")
|
||||
(version (git-version "0.5" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/dbordak/telephone-line")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hnd6wnc52sc0ckriqnhaz64pyjk027y0dpcmh2zhpd27i8d4hmq"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/dbordak/telephone-line")
|
||||
(synopsis "Implementation of Powerline for Emacs")
|
||||
(description
|
||||
"Telephone Line is a new implementation of Powerline for Emacs with
|
||||
optional baked-in Evil support, antialiased separators, and an easy
|
||||
configuration language which makes it trivial to write your own themes.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-terminal-here
|
||||
(package
|
||||
(name "emacs-terminal-here")
|
||||
|
|
Loading…
Reference in a new issue