From 5544a07fb52e0e92b5d0616ff1953d522dad1f0a Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 17 Jan 2019 12:18:29 +0100 Subject: gnu: Add emacs-e2wm. * gnu/packages/emacs-xyz.scm (emacs-e2wm): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a92a26a885..ad64f2a0b6 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+))) -- cgit v1.2.3