Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpitclaudel/quick-peek
Quick-peek inline-window library for Emacs
https://github.com/cpitclaudel/quick-peek
Last synced: about 1 month ago
JSON representation
Quick-peek inline-window library for Emacs
- Host: GitHub
- URL: https://github.com/cpitclaudel/quick-peek
- Owner: cpitclaudel
- Created: 2016-12-10T00:30:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T12:53:39.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T01:26:03.794Z (6 months ago)
- Language: Emacs Lisp
- Size: 24.4 KB
- Stars: 81
- Watchers: 7
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
============
Quick-peek
============.. image:: screencast.gif
An inline pop-up library for Emacs Lisp.
API
===See the docstrings of ``quick-peek-show`` and ``quick-peek-hide``.
Complex programs may need to use the lower-level ``quick-peek-overlay-ensure-at``, ``quick-peek-overlay-contents``, and ``quick-peek-overlay-update`` methods.
Customization
=============See docstrings of ``quick-peek-background-face``, ``quick-peek-border-face``, and
``quick-peek-padding-face``.