[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable.
From: |
Pierre Neidhardt |
Subject: |
[bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable. |
Date: |
Tue, 22 May 2018 10:37:54 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
* gnu/packages/emacs.scm (emacs-daemons): New variable.
---
gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f3d08e810..24ab1ba6f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -34,6 +34,7 @@
;;; Copyright © 2017, 2018 Maxim Cournoyer <address@hidden>
;;; Copyright © 2018 Sohom Bhattacharjee <address@hidden>
;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
+;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -10464,3 +10465,27 @@ Dumb Jump performs best with The Silver Searcher
@command{ag} or ripgrep
"This package provides an Emacs minor mode for highlighting
device tree files.")
(license license:gpl3+))))
+
+(define-public emacs-daemons
+ (package
+ (name "emacs-daemons")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cbowdon/daemons.el")
+ (commit version)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "00ijgm22ck76gw0x79krl05yy0m8a502yfakazfy5xhpn1zi6ab7"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cbowdon/daemons.el")
+ (synopsis "Emacs UI for managing init system services")
+ (description
+ "This is an Emacs mode to give you a UI for managing init system
+daemons (services) for those getting tired of typing out @code{sudo service
+my_thing reload} all the time. It's offers a consistent UI over different
+init systems.")
+ (license license:gpl3+)))
--
2.17.0
signature.asc
Description: PGP signature
[bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable., Clément Lassieur, 2018/05/22
[bug#31501] [PATCH 17/21] gnu: emacs-helm-mu: New variable., Pierre Neidhardt, 2018/05/18
[bug#31502] [PATCH 05/21] gnu: emacs-evil-mu4e: New variable., Pierre Neidhardt, 2018/05/18
[bug#31503] [PATCH 07/21] gnu: emacs-evil-org: New variable., Pierre Neidhardt, 2018/05/18