guix-commits
[Top][All Lists]
Advanced

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

06/35: gnu: Add emacs-vimrc-mode.


From: guix-commits
Subject: 06/35: gnu: Add emacs-vimrc-mode.
Date: Sun, 14 Apr 2019 11:42:22 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 83b6da9bc4e70788d0b5e4075193060cddc42732
Author: Brian Leung <address@hidden>
Date:   Sat Apr 13 00:56:32 2019 +0200

    gnu: Add emacs-vimrc-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-vimrc-mode): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7e4091..8a03a46 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14344,6 +14344,30 @@ the @code{undo} history.")
 unescaping of quotes.")
       (license license:gpl3+))))
 
+(define-public emacs-vimrc-mode
+  (let ((commit "13bc150a870d5d4a95f1111e4740e2b22813c30e")
+        (version "0.3.1")
+        (revision "1"))
+    (package
+      (name "emacs-vimrc-mode")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/mcandre/vimrc-mode";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/mcandre/vimrc-mode";)
+      (synopsis "Major mode for Vimscript")
+      (description "This package provides font lock and @code{beginning-} and
address@hidden functions for Vimscript files.")
+      (license license:gpl3+))))
+
 (define-public emacs-semantic-refactor
   ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
   ;; commits since then.



reply via email to

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