[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: Add emacs-robot-mode.
From: |
guix-commits |
Subject: |
09/09: gnu: Add emacs-robot-mode. |
Date: |
Fri, 19 Apr 2019 20:55:20 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 73326e742d82b6706333885eca770f7518636b1f
Author: Maxim Cournoyer <address@hidden>
Date: Mon Apr 1 22:39:46 2019 -0400
gnu: Add emacs-robot-mode.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7aec695..04da4e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2600,6 +2600,31 @@ definitions, modules and classes, display method
documentation and provide
method and constant name completion.")
(license license:gpl3+)))
+(define-public emacs-robot-mode
+ (let ((commit "32846e7e80ae3471b7c07f9709dcaa4f9b9ed4a0")
+ (revision "1"))
+ (package
+ (name "emacs-robot-mode")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ ;; A better maintained fork of robot-mode.
+ (url "https://github.com/jvalkeejarvi/robot-mode.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/jvalkeejarvi/robot-mode")
+ (synopsis "Emacs mode for Robot Framework")
+ (description "This major mode facilitates editing Robot Framework source
+files with features such as syntax highlighting, comments, finding keywords,
+completing keywords and smart indentation.")
+ (license license:gpl3+))))
+
(define-public emacs-rspec
(package
(name "emacs-rspec")
- branch staging updated (f5961dd -> 73326e7), guix-commits, 2019/04/19
- 01/09: gnu: Add python-bumpversion., guix-commits, 2019/04/19
- 02/09: gnu: Add python-scp., guix-commits, 2019/04/19
- 03/09: gnu: Add python-deprecated., guix-commits, 2019/04/19
- 05/09: gnu: Add python-rellu., guix-commits, 2019/04/19
- 04/09: gnu: Add python-pygithub., guix-commits, 2019/04/19
- 06/09: gnu: Add python-robotframework., guix-commits, 2019/04/19
- 09/09: gnu: Add emacs-robot-mode.,
guix-commits <=
- 08/09: gnu: Add python-robotframework-lint., guix-commits, 2019/04/19
- 07/09: gnu: Add python-robotframework-sshlibrary., guix-commits, 2019/04/19