guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: Add emacs-shackle.


From: guix-commits
Subject: 05/11: gnu: Add emacs-shackle.
Date: Sun, 8 Dec 2019 01:23:13 -0500 (EST)

leungbk pushed a commit to branch master
in repository guix.

commit 7e93817dfb021ab0bf881bacc5e028e2becbc6da
Author: Brian Leung <brian@debian>
Date:   Tue Dec 3 22:04:31 2019 -0800

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46b500b..7ad9220 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20271,3 +20271,26 @@ display of major and minor modes in the mode line.")
 interface.")
       (home-page "https://github.com/akirak/ivy-omni-org";)
       (license license:gpl3+))))
+
+(define-public emacs-shackle
+  (let ((commit "7ccbe513852a1d1700b698547efca14b8940319d")
+        (revision "1"))
+    (package
+      (name "emacs-shackle")
+      (version (git-version "1.0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/wasamasa/shackle.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0agsp8ia4irr540r898ifhjqp28n1zsq1pilv1kc272spn3qhvp9"))))
+      (build-system emacs-build-system)
+      (synopsis "Enforce rules for popups")
+      (description "This package provides a global minor mode in which users
+can specify how popup-displaying functions occupy the screen.")
+      (home-page "https://github.com/wasamasa/shackle";)
+      (license license:gpl3+))))



reply via email to

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