all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46931] [PATCH] gnu: Add emacs-springboard.
@ 2021-03-04 20:15 Stefan Reichör
  2021-03-05 16:20 ` bug#46931: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2021-03-04 20:15 UTC (permalink / raw)
  To: 46931; +Cc: Stefan Reichör

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 98b827177c..060f4b1c2a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22476,6 +22476,33 @@ functions for Fish shell scripts.")
 parent directory using @code{Eshell}.")
       (license license:gpl3+))))
 
+(define-public emacs-springboard
+  (let ((commit "687d1e5898a880878995dc9bffe93b4598366203")
+        (version "1.0")
+        (revision "1"))
+    (package
+      (name "emacs-springboard")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jwiegley/springboard")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0fn8c4hqblfjvcpg68kj2dmdjqsdnxddqbzgvakl43zckjg8pi01"))))
+      (build-system emacs-build-system)
+      (propagated-inputs `(("emacs-helm" ,emacs-helm)
+                           ("emacs-ivy" ,emacs-ivy)))
+      (home-page "https://github.com/jwiegley/springboard")
+      (synopsis "A quick way to change the emacs default directory")
+      (description "This emacs package provides a quick way to change the
+default-directory for only the next invoked command.  The directory selection
+can be done using helm, ido or ivy.")
+      (license license:gpl2+))))
+
 (define-public emacs-tco-el
   (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
         (revision "1"))
-- 
2.25.1





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

* bug#46931: [PATCH] gnu: Add emacs-springboard.
  2021-03-04 20:15 [bug#46931] [PATCH] gnu: Add emacs-springboard Stefan Reichör
@ 2021-03-05 16:20 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-03-05 16:20 UTC (permalink / raw)
  To: Stefan Reichör; +Cc: 46931-done

Hello,

Stefan Reichör <stefan@xsteve.at> writes:

> * gnu/packages/emacs-xyz.scm (emacs-springboard): New variable.

I added a comment explaining why we are using a specific commit. I also
capitalized a bit the description, and tweaked the synopsis to pacify
"guix lint".

Thanks,

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-03-05 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 20:15 [bug#46931] [PATCH] gnu: Add emacs-springboard Stefan Reichör
2021-03-05 16:20 ` bug#46931: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.