mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add emacs-pdb-capf.
* gnu/packages/emacs-xyz.scm (emacs-pdb-capf): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
71f51e8c60
commit
26ff8a4b73
1 changed files with 24 additions and 0 deletions
|
@ -32113,6 +32113,30 @@ (define-public emacs-consult-lsp
|
|||
by leveraging @code{emacs-consult} APIs.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public emacs-pdb-capf
|
||||
(let ((commit "31602ccab53aa7dcf26a1af222c7da2bcc1390ed")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-pdb-capf")
|
||||
(version (git-version "1.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/muffinmad/emacs-pdb-capf")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x2pg03csf25vj8y2zb5sv493dk3n0s4xbkihii2mzhkx82vgpxg"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/muffinmad/emacs-pdb-capf")
|
||||
(synopsis "Completion-at-point function for pdb")
|
||||
(description
|
||||
"@code{emacs-pdb-capf} provides a @code{completion-at-point} function
|
||||
for pdb allowing completion in a @code{*gud-pdb*} buffer.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-bitbake-modes
|
||||
(package
|
||||
(name "emacs-bitbake-modes")
|
||||
|
|
Loading…
Reference in a new issue