diff --git a/recipes/posframe.rcp b/recipes/posframe.rcp new file mode 100644 index 00000000..1b75281d --- /dev/null +++ b/recipes/posframe.rcp @@ -0,0 +1,7 @@ +(:name posframe + :description "Pop a posframe (just a frame) at point" + :website "https://github.com/tumashu/posframe" + :type github + :minimum-emacs-version "26" + :depends cl-lib + :pkgname "tumashu/posframe")