guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: Add emacs-e2wm.


From: guix-commits
Subject: 04/08: gnu: Add emacs-e2wm.
Date: Thu, 17 Jan 2019 06:21:08 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 5544a07fb52e0e92b5d0616ff1953d522dad1f0a
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Jan 17 12:18:29 2019 +0100

    gnu: Add emacs-e2wm.
    
    * gnu/packages/emacs-xyz.scm (emacs-e2wm): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a92a26a..ad64f2a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12698,3 +12698,27 @@ the man pages with practical examples.")
     (description "A window-layout management library that can split a frame
 or a window into some windows according to a layout recipe.")
     (license license:gpl3+)))
+
+(define-public emacs-e2wm
+  (package
+      (name "emacs-e2wm")
+      (version "1.4")
+      (home-page "https://github.com/kiwanami/emacs-window-manager";)
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url home-page)
+                      (commit (string-append "v" version))))
+                (sha256
+                 (base32
+                  "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-window-layout" ,emacs-window-layout)))
+      (synopsis "Equilibrium Emacs Window Manager")
+      (description "E2WM is a window manager for Emacs.  It enables to
+customize the place of pop-up window, how the windows are split, how the
+buffers are located in the windows, keybinds to manipulate windows and
+buffers, etc.  It also has plug-ins to help your Emacs life.")
+      (license license:gpl3+)))



reply via email to

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