[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: Add emacs-transient-posframe.
From: |
guix-commits |
Subject: |
04/17: gnu: Add emacs-transient-posframe. |
Date: |
Sun, 23 Jul 2023 03:51:24 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 2e198540300127397bbf16228a811fd962ccdd54
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Wed Jul 12 20:24:58 2023 +0400
gnu: Add emacs-transient-posframe.
* gnu/packages/emacs-xyz.scm (emacs-transient-posframe): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1c8ecdebe2..5c76202d21 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37553,6 +37553,32 @@ a Vertico extension which provides a way to pop up a
frame at point to show
a vertical completion UI.")
(license license:gpl3+)))
+;; No tagged release upstream
+(define-public emacs-transient-posframe
+ (let ((commit "dcd898d1d35183a7d4f2c8f0ebcb43b4f8e70ebe")
+ (revision "0"))
+ (package
+ (name "emacs-transient-posframe")
+ (version (git-version "0.1.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/yanghaoxie/transient-posframe")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1aq1vbkww55xplyaa3xagz9z4kdlsxk13x054asnk0dqps4bcgbf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-posframe emacs-transient))
+ (home-page "https://github.com/yanghaoxie/transient-posframe")
+ (synopsis "Pop up a posframe (a child frame) to show Transients")
+ (description
+ "This package is a @code{transient} extension, which uses
@code{posframe}
+(a child frame) to show @code{transient} popups in Emacs. It was developed
with
+@code{transient} popups of @code{magit} in mind.")
+ (license license:gpl3+))))
+
(define-public emacs-tintin-mode
(let ((commit "82e71e1db92ee3d94c7d0208bafc5de337193de8")
(revision "1"))
- branch master updated (fdfea4c4ed -> 445a035908), guix-commits, 2023/07/23
- 02/17: gnu: Add emacs-gc-stats., guix-commits, 2023/07/23
- 01/17: gnu: Add emacs-sweet-theme., guix-commits, 2023/07/23
- 04/17: gnu: Add emacs-transient-posframe.,
guix-commits <=
- 03/17: gnu: gnome-shell-extension-dash-to-panel: Update to 56., guix-commits, 2023/07/23
- 07/17: gnu: Add emacs-exotica-theme., guix-commits, 2023/07/23
- 09/17: gnu: Add emacs-mode-line-bell., guix-commits, 2023/07/23
- 10/17: gnu: Add emacs-persistent-scratch., guix-commits, 2023/07/23
- 13/17: gnu: Add emacs-consult-flycheck., guix-commits, 2023/07/23
- 06/17: gnu: Add emacs-zeno-theme., guix-commits, 2023/07/23
- 05/17: gnu: Add emacs-which-key-posframe., guix-commits, 2023/07/23
- 12/17: gnu: Add emacs-heaven-and-hell., guix-commits, 2023/07/23
- 16/17: gnu: Remove queen., guix-commits, 2023/07/23
- 11/17: gnu: Add emacs-mu4e-dashboard., guix-commits, 2023/07/23