guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add emacs-restart-emacs.


From: guix-commits
Subject: 03/05: gnu: Add emacs-restart-emacs.
Date: Thu, 13 Jun 2019 16:43:04 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit fdcd50b93bf29efcd757f3100391f5da45c143b6
Author: Alex Griffin <address@hidden>
Date:   Sun Jun 9 09:00:48 2019 -0500

    gnu: Add emacs-restart-emacs.
    
    * gnu/packages/emacs-xyz.scm (emacs-restart-emacs): New variable.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef29177..fe0613c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10689,6 +10689,28 @@ macro takes a first argument (whose value must be an 
alist) and a body.")
 your Emacs.")
       (license license:gpl2+))))
 
+(define-public emacs-restart-emacs
+  (let ((commit "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9")
+        (revision "1"))
+    (package
+      (name "emacs-restart-emacs")
+      (version (git-version "0.1.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/iqbalansari/restart-emacs.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/iqbalansari/restart-emacs";)
+      (synopsis "Restart Emacs from within Emacs")
+      (description "This package provides a simple command to restart Emacs 
from
+within Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-sourcemap
   (package
     (name "emacs-sourcemap")



reply via email to

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