[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/19: gnu: Add emacs-docker-compose-mode.
From: |
guix-commits |
Subject: |
17/19: gnu: Add emacs-docker-compose-mode. |
Date: |
Mon, 6 May 2019 05:19:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d2ca86f308846bea8cfc88bfe4395deb3be457aa
Author: Brian Leung <address@hidden>
Date: Fri Apr 19 20:59:45 2019 +0200
gnu: Add emacs-docker-compose-mode.
* gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 cc8c081..087294d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2823,6 +2823,31 @@ for Flow files.")
respective @code{*Help*} buffers.")
(license license:gpl3+))))
+(define-public emacs-docker-compose-mode
+ (package
+ (name "emacs-docker-compose-mode")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/meqif/docker-compose-mode")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-f" ,emacs-f)))
+ (home-page "https://github.com/meqif/docker-compose-mode/")
+ (synopsis "Major mode for editing @file{docker-compose} files")
+ (description
+ "This is a major mode for @file{docker-compose} files that provides
+completion of relevant keywords.")
+ (license license:expat)))
+
(define-public emacs-ob-ipython
(package
(name "emacs-ob-ipython")
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., (continued)
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode.,
guix-commits <=
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit., guix-commits, 2019/05/06
- 02/19: gnu: cross-base: Apply gcc 8 patch to gcc >= 8., guix-commits, 2019/05/06
- 13/19: gnu: Add emacs-names., guix-commits, 2019/05/06
- 11/19: gnu: Add git-annex-remote-rclone., guix-commits, 2019/05/06