unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53471] [PATCH] gnu: Add emacs-minimap.
@ 2022-01-23 13:32 Brandon Lucas
  2022-01-23 16:49 ` bug#53471: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Lucas @ 2022-01-23 13:32 UTC (permalink / raw)
  To: 53471; +Cc: Brandon Lucas

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8edbfc5a3d..2ce2b6070b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26678,6 +26678,36 @@ (define-public emacs-minibuffer-line
 variable and the @code{minibuffer-line} face.")
     (license license:gpl3+)))

+(define-public emacs-minimap
+  (package
+    (name "emacs-minimap")
+    (version "1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/minimap-"
+             version
+             ".el"))
+       (sha256
+        (base32 "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/minimap.html")
+    (synopsis "Sidebar showing a 'mini-map' of a buffer")
+    (description
+     "Minimap provides Emacs with a minimap sidebar, which is a
+ smaller display of the current buffer on the side, like a scrollbar.  It
+ highlights the currently shown region and updates its position automatically.
+ You can navigate in the minibar by dragging the active region with the mouse,
+ which will scroll the corresponding edit buffer.
+ Additionally, you can overlay information from the tags gathered by CEDET's
+ semantic analyzer.
+
+ Use M-x minimap-mode to toggle activation of the minimap.
+ Use 'M-x customize-group RET minimap RET' to adapt minimap to your
+ needs.")
+    (license license:gpl3+)))
+
 (define-public emacs-eshell-prompt-extras
   (package
     (name "emacs-eshell-prompt-extras")
--
2.34.0






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

* bug#53471: [PATCH] gnu: Add emacs-minimap.
  2022-01-23 13:32 [bug#53471] [PATCH] gnu: Add emacs-minimap Brandon Lucas
@ 2022-01-23 16:49 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-23 16:49 UTC (permalink / raw)
  To: Brandon Lucas; +Cc: 53471-done

Hello,

Brandon Lucas <br@ndon.dk> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-23 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 13:32 [bug#53471] [PATCH] gnu: Add emacs-minimap Brandon Lucas
2022-01-23 16:49 ` bug#53471: " Nicolas Goaziou

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).