gnu: Add emacs-shackle.
* gnu/packages/emacs-xyz.scm (emacs-shackle): New variable.
This commit is contained in:
parent
e6ba3dac61
commit
7e93817dfb
1 changed files with 23 additions and 0 deletions
|
@ -20271,3 +20271,26 @@ (define-public emacs-ivy-omni-org
|
|||
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+))))
|
||||
|
|
Loading…
Reference in a new issue