all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31147] [PATCH] gnu: Add emacs-elisp-slime-nav.
@ 2018-04-13 14:28 Konrad Hinsen
  2018-04-22 21:45 ` bug#31147: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-04-13 14:28 UTC (permalink / raw)
  To: 31147

* gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cf33aea3c..8a40655f2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7560,3 +7560,25 @@ and can be consulted and modified.")
     (description "@code{anzu} provides a minor mode that displays the current
 match and total match information in the mode-line in various search modes.")
     (license license:gpl3+)))
+
+(define-public emacs-elisp-slime-nav
+  (package
+    (name "emacs-elisp-slime-nav")
+    (version "0.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/purcell/elisp-slime-nav/archive/"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1vq7ym1q47p97gxrv45c9gm96d23xbp237vkmakikj6grngxjfb2"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/purcell/elisp-slime-nav")
+    (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in slime")
+    (description
+     "This package provides slime's convenient @code{M-.}and @code{M-,} navigation
+in @code{emacs-lisp-mode}, together with an elisp equivalent of
+@code{slime-describe-symbol}")
+    (license license:gpl3+)))
-- 
2.17.0

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

* bug#31147: [PATCH] gnu: Add emacs-elisp-slime-nav.
  2018-04-13 14:28 [bug#31147] [PATCH] gnu: Add emacs-elisp-slime-nav Konrad Hinsen
@ 2018-04-22 21:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-04-22 21:45 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 31147-done

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2018-04-22 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 14:28 [bug#31147] [PATCH] gnu: Add emacs-elisp-slime-nav Konrad Hinsen
2018-04-22 21:45 ` bug#31147: " Ludovic Courtès

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.