unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55524] [PATCH] gnu: Add emacs-terminal-here.
@ 2022-05-19 15:27 jgart via Guix-patches via
  2022-05-19 19:27 ` bug#55524: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-05-19 15:27 UTC (permalink / raw)
  To: 55524; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55524: [PATCH] gnu: Add emacs-terminal-here.
  2022-05-19 15:27 [bug#55524] [PATCH] gnu: Add emacs-terminal-here jgart via Guix-patches via
@ 2022-05-19 19:27 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-05-19 19:27 UTC (permalink / raw)
  To: jgart, 55524-done

Am Donnerstag, dem 19.05.2022 um 10:27 -0500 schrieb jgart:
> * gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable.
Pushed with slightly adapted synopsis and description.

Cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-19 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 15:27 [bug#55524] [PATCH] gnu: Add emacs-terminal-here jgart via Guix-patches via
2022-05-19 19:27 ` bug#55524: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).