Files
emacs/lisp/posframe/posframe-pkg.el
2025-11-25 19:52:03 +01:00

11 lines
420 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "posframe" "20251125.846"
"Pop a posframe (just a frame) at point."
'((emacs "26.1"))
:url "https://github.com/tumashu/posframe"
:commit "d93828bf6c36383c365bd564ad3bab5a4403804c"
:revdesc "d93828bf6c36"
:keywords '("convenience" "tooltip")
:authors '(("Feng Shu" . "tumashu@163.com"))
:maintainers '(("Feng Shu" . "tumashu@163.com")))