gnu: Add emacs-shell-here.

* gnu/packages/emacs-xyz.scm (emacs-shell-here): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ian Eure 2023-11-14 18:13:22 -08:00 committed by Liliana Marie Prikler
parent e72af64dd3
commit 09ed237d62
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -36465,6 +36465,30 @@ (define-public emacs-shell-pop
you use some other configuration.")
(license license:gpl3+))))
(define-public emacs-shell-here
(let ((commit "eeb437ff26d62a5009046b1b3b4503b768e3131a")
(revision "1"))
(package
(name "emacs-shell-here")
(version (git-version "1.3" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/emacs-weirdware/shell-here.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0x8lnybxj7k6wj941lgqmm57f3qqnmb0gc7573l1fxwfhf39fl20"))))
(build-system emacs-build-system)
(home-page "https://codeberg.org/emacs-weirdware/shell-here")
(synopsis "Launch a shell relative to default-directory")
(description
"This package provides commands to open a shell buffer in (or relative
to) the default-directory or using projectile or find-file-in-project a
project root.")
(license (list license:gpl3+)))))
(define-public emacs-tshell
;; XXX: Upstream has no tagged release. Version is extracted from keyword
;; in main file.