11 lines
420 B
EmacsLisp
11 lines
420 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "posframe" "20260527.857"
|
|
"Pop a posframe (just a frame) at point."
|
|
'((emacs "26.1"))
|
|
:url "https://github.com/tumashu/posframe"
|
|
:commit "74c8c56131ed866db47ae4191364b72dd4852456"
|
|
:revdesc "74c8c56131ed"
|
|
:keywords '("convenience" "tooltip")
|
|
:authors '(("Feng Shu" . "tumashu@163.com"))
|
|
:maintainers '(("Feng Shu" . "tumashu@163.com")))
|