mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-company-posframe: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.5.0.
This commit is contained in:
parent
0580fd1bae
commit
d30ea0cf24
1 changed files with 21 additions and 24 deletions
|
@ -5280,33 +5280,30 @@ This package is not compatible with a TTY.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-company-posframe
|
(define-public emacs-company-posframe
|
||||||
(let ((version "0.1.0")
|
(package
|
||||||
(revision "2")
|
(name "emacs-company-posframe")
|
||||||
(commit "4bfb8bccef4b64479f4147de6bf6fbd05df2a67e"))
|
(version "0.5.0")
|
||||||
(package
|
(source (origin
|
||||||
(name "emacs-company-posframe")
|
(method git-fetch)
|
||||||
(version (git-version version revision commit))
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://github.com/tumashu/company-posframe")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/tumashu/company-posframe")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"05ays6xkqbxcfplvx7wfc2slflmwc3aw7vkixvabk0ilvisndvgm"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(propagated-inputs
|
||||||
"0k19gkh8xbap4j1jjqw6lnkp1v2q76fz3ryrns7kvbzmca3y5599"))))
|
`(("emacs-company" ,emacs-company)
|
||||||
(build-system emacs-build-system)
|
("emacs-posframe" ,emacs-posframe)))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/tumashu/company-posframe")
|
||||||
`(("emacs-company" ,emacs-company)
|
(synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
|
||||||
("emacs-posframe" ,emacs-posframe)))
|
(description
|
||||||
(home-page "https://github.com/tumashu/company-posframe")
|
"Allows @code{emacs-company} to use child frames for its candidate menus.
|
||||||
(synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
|
|
||||||
(description
|
|
||||||
"Allows @code{emacs-company} to use child frames for its candidate menus.
|
|
||||||
|
|
||||||
@code{emacs-company-posframe} is fast enough for daily use and supports CJK
|
@code{emacs-company-posframe} is fast enough for daily use and supports CJK
|
||||||
languages.")
|
languages.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-irony-mode
|
(define-public emacs-irony-mode
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue