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