mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add emacs-company-ebdb.
* gnu/packages/emacs-xyz.scm (emacs-company-ebdb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
a947ade67d
commit
26d361b5cf
1 changed files with 21 additions and 0 deletions
|
@ -21123,3 +21123,24 @@ (define-public emacs-metal-mercury-mode
|
|||
mercury-mode provided by Emacs as a wrapper around prolog-mode.")
|
||||
(home-page "https://github.com/ahungry/metal-mercury-mode")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-company-ebdb
|
||||
(package
|
||||
(name "emacs-company-ebdb")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"company-ebdb-" version ".el"))
|
||||
(sha256
|
||||
(base32 "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-company" ,emacs-company)))
|
||||
(home-page "https://elpa.gnu.org/packages/company-ebdb.html")
|
||||
(synopsis "Company completion backend for EBDB in Message mode")
|
||||
(description "@code{company-ebdb} provides Company mode integration for
|
||||
EBDB. It is copied more or less intact from @code{company-bbdb}, originally
|
||||
by Jan Tatarik.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue