mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-helm-switch-to-repl.
* gnu/packages/emacs-xyz.scm (emacs-helm-switch-to-repl): New variable.
This commit is contained in:
parent
5103459664
commit
a294eecd98
1 changed files with 24 additions and 0 deletions
|
@ -23536,6 +23536,30 @@ Google guidelines.")
|
||||||
fish-completion. It can be used in both Eshell and M-x shell.")
|
fish-completion. It can be used in both Eshell and M-x shell.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-helm-switch-to-repl
|
||||||
|
(package
|
||||||
|
(name "emacs-helm-switch-to-repl")
|
||||||
|
(version "0.1.0")
|
||||||
|
(home-page "https://github.com/emacs-helm/helm-switch-to-repl")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0n19brymwnawhi0y10m54cas3qg64pmkqq1ajvjw1rfibmw3n6nk"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("helm" ,emacs-helm)))
|
||||||
|
(synopsis "Helm action to switch directory in Emacs REPLs")
|
||||||
|
(description "Helm \"Switch-to-REPL\" offers the
|
||||||
|
@code{helm-switch-to-repl} action, a generalized and extensible version of
|
||||||
|
@code{helm-ff-switch-to-shell}. It can be added to @code{helm-find-files} and
|
||||||
|
other @code{helm-type-file} sources such as @code{helm-locate}.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-telega
|
(define-public emacs-telega
|
||||||
;; This package has versions newer than indicated on MELPA.
|
;; This package has versions newer than indicated on MELPA.
|
||||||
;; Get the current version from `telega-version` in telega.el.
|
;; Get the current version from `telega-version` in telega.el.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue