guix-commits
[Top][All Lists]
Advanced

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

48/88: gnu: Add emacs-navi-mode.


From: Oleg Pykhalov
Subject: 48/88: gnu: Add emacs-navi-mode.
Date: Wed, 2 May 2018 13:21:13 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 9f2b572eb2c314c250c5fc2b32c68c4f51ef11c8
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:04:44 2018 +0300

    gnu: Add emacs-navi-mode.
    
    * gnu/packages/emacs.scm (emacs-navi-mode): New public variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4d7c3e5..a10242c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9239,3 +9239,28 @@ buffer.")
     (synopsis "Meaning of HTTP headers codes")
     (description "Meaning of HTTP headers codes.")
     (license license:gpl3+)))
+
+(define-public emacs-navi-mode
+  (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
+    (package
+      (name "emacs-navi-mode")
+      (version (git-version "2.0" "1" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/alphapapa/navi.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-outshine" ,emacs-outshine)
+         ("emacs-outorg" ,emacs-outorg)))
+      (home-page "https://github.com/alphapapa/navi";)
+      (synopsis "Emacs major-mode for easy buffer-navigation")
+      (description
+       "This package provides an Emacs major-mode for easy buffer-navigation")
+      (license license:gpl3+))))



reply via email to

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