all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26292: [PATCH] gnu: Add emacs-linum-relative.
@ 2017-03-29  7:10 Arun Isaac
  2017-03-29 12:36 ` Catonano
  2017-03-30  9:00 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Arun Isaac @ 2017-03-29  7:10 UTC (permalink / raw)
  To: 26292

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index bf6a84b0a..d156bf6bd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3962,3 +3962,24 @@ abbreviation and automatically expand it into function templates.")
    (description "@code{emacs-memoize} is an Emacs library for
 memoizing functions.")
    (license license:unlicense)))
+
+(define-public emacs-linum-relative
+  (package
+    (name "emacs-linum-relative")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/coldnew/linum-relative/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/coldnew/linum-relative")
+    (synopsis "Relative line numbering for Emacs")
+    (description "@code{emacs-linum-relative} displays the relative
+line number on the left margin in Emacs.")
+    (license license:gpl2+)))
-- 
2.11.0


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

* bug#26292: [PATCH] gnu: Add emacs-linum-relative.
  2017-03-29  7:10 bug#26292: [PATCH] gnu: Add emacs-linum-relative Arun Isaac
@ 2017-03-29 12:36 ` Catonano
  2017-03-30  9:00 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Catonano @ 2017-03-29 12:36 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26292

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

Hi,

2017-03-29 9:10 GMT+02:00 Arun Isaac <arunisaac@systemreboot.net>:

> * gnu/packages/emacs.scm (emacs-linum-relative): New variable.
> ---
>

I installed this and it works.

lgtm !

[-- Attachment #2: Type: text/html, Size: 544 bytes --]

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

* bug#26292: [PATCH] gnu: Add emacs-linum-relative.
  2017-03-29  7:10 bug#26292: [PATCH] gnu: Add emacs-linum-relative Arun Isaac
  2017-03-29 12:36 ` Catonano
@ 2017-03-30  9:00 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-03-30  9:00 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26292-done

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs-linum-relative): New variable.

Applied, thanks!

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

end of thread, other threads:[~2017-03-30  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-29  7:10 bug#26292: [PATCH] gnu: Add emacs-linum-relative Arun Isaac
2017-03-29 12:36 ` Catonano
2017-03-30  9:00 ` 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.