[PATCH] gnu: Add emacs-terminal-here.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20220519152730.13290-1-jgart@dismail.de
* gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (34 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de8698990a..92c4865b75 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -485,6 +485,27 @@ (define-public emacs-vc-hgcmd
server}. The main advantage compared to @code{vc-hg} is speed.")
(license license:gpl3+)))
+(define-public emacs-terminal-here
+ (package
+ (name "emacs-terminal-here")
+ (version "2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/davidshepherd7/terminal-here")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1iv1c2mbvhn00ha46c6f98j9syc71xhjpk8m5wa5p32sk4wcc9f4"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/davidshepherd7/terminal-here")
+ (synopsis "Opens an external terminal in Emacs")
+ (description
+"@code{emacs-terminal-here} opens an external terminal emulator in
+directories associated with the current buffer.")
+ (license license:gpl3+)))
+
(define-public emacs-hgignore-mode
;; From 2021-03-14.
;; No releases available.
--
2.35.3
L
L
Liliana Marie Prikler wrote on 19 May 2022 21:27
9aa56ed6edb4b337c9165e0e4d0f9f430aa3c9f6.camel@gmail.com
Am Donnerstag, dem 19.05.2022 um 10:27 -0500 schrieb jgart:
Toggle quote (1 lines)
> * gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable.
Pushed with slightly adapted synopsis and description.

Cheers
Closed
?