[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/35: gnu: Add emacs-fish-mode.
From: |
guix-commits |
Subject: |
10/35: gnu: Add emacs-fish-mode. |
Date: |
Sun, 14 Apr 2019 11:42:23 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 884cc871641a9618a8155905b279dba6756ac4d8
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 00:57:30 2019 +0200
gnu: Add emacs-fish-mode.
* gnu/packages/emacs-xyz.scm (emacs-fish-mode): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad44d35..fb793fa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14455,6 +14455,27 @@ JavaScript.")
provides a minor mode that autoformats the buffer upon saving.")
(license license:expat))))
+(define-public emacs-fish-mode
+ (package
+ (name "emacs-fish-mode")
+ (version "0.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wwwjfy/emacs-fish")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/wwwjfy/emacs-fish")
+ (synopsis "Major mode for Fish shell scripts")
+ (description "This package provides syntax highlighting and indentation
+functions for Fish shell scripts.")
+ (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.
- branch master updated (a84510f -> f446f78), guix-commits, 2019/04/14
- 01/35: installer: Add wpa-supplicant along with NetworkManager and Connman., guix-commits, 2019/04/14
- 02/35: tests: separate-store-os: Increase root partition size., guix-commits, 2019/04/14
- 03/35: vm: Do not mount /xchg with "cache=loose"., guix-commits, 2019/04/14
- 04/35: gnu: Add emacs-undo-propose-el., guix-commits, 2019/04/14
- 10/35: gnu: Add emacs-fish-mode.,
guix-commits <=
- 09/35: gnu: Add emacs-prettier., guix-commits, 2019/04/14
- 07/35: gnu: Add emacs-flycheck-haskell., guix-commits, 2019/04/14
- 08/35: gnu: Add emacs-js2-refactor-el., guix-commits, 2019/04/14
- 14/35: gnu: Add emacs-vdiff., guix-commits, 2019/04/14
- 18/35: gnu: Add emacs-ert-async., guix-commits, 2019/04/14
- 12/35: gnu: Add emacs-tco-el., guix-commits, 2019/04/14
- 11/35: gnu: Add emacs-eshell-up., guix-commits, 2019/04/14
- 06/35: gnu: Add emacs-vimrc-mode., guix-commits, 2019/04/14
- 05/35: gnu: Add emacs-elisp-docstring-mode., guix-commits, 2019/04/14
- 13/35: gnu: Add emacs-equake., guix-commits, 2019/04/14