guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/88: gnu: Add emacs-shift-number.


From: Oleg Pykhalov
Subject: 72/88: gnu: Add emacs-shift-number.
Date: Wed, 2 May 2018 13:21:17 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit fcd8d4f713fcab3a0e75e80a8fb000c92f21afe3
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:12:14 2018 +0300

    gnu: Add emacs-shift-number.
    
    * gnu/packages/emacs.scm (emacs-shift-number): New public variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 25975e9..40fd389 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9854,3 +9854,24 @@ compilation/grep buffers.  Works with @code{wgrep}, 
@code{ack}, @code{ag},
     (synopsis "Interactive align-regexp command in Emacs")
     (description "Interactive align-regexp command in Emacs")
     (license license:gpl3+)))
+
+(define-public emacs-shift-number
+  (package
+    (name "emacs-shift-number")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/alezost/shift-number.el";
+                           "/archive/" "v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1g79m0hqn9jgpm565vvh8pdfzndc4vw7xisnh5qysj55qfg8cb1x"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/alezost/shift-number.el";)
+    (synopsis "Increase or decrease the number at point")
+    (description "@code{emacs-shift-number} provides commands
address@hidden to increase and @code{shift-number-down} to
+decrease the number at point.")
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]