Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ladicle/hydra-posframe
hydra-posframe is a hydra extension which shows hydra hints on posframe.
https://github.com/Ladicle/hydra-posframe
emacs hydra posframe
Last synced: 3 months ago
JSON representation
hydra-posframe is a hydra extension which shows hydra hints on posframe.
- Host: GitHub
- URL: https://github.com/Ladicle/hydra-posframe
- Owner: Ladicle
- License: gpl-3.0
- Created: 2019-03-24T13:38:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T22:54:11.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:28:44.189Z (6 months ago)
- Topics: emacs, hydra, posframe
- Language: Emacs Lisp
- Size: 5.22 MB
- Stars: 119
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# hydra-posframe
hydra-posframe is a hydra extension which shows hydra hints on posframe.
![hydra-posframe](./screenshot/hydra-posframe.gif)
## Installation
```
;; NOTE: hydra and posframe are required
(use-package hydra-posframe
:el-get "Ladicle/hydra-posframe"
:hook (after-init . hydra-posframe-mode))
```## Customization
### Variables
- **hydra-posframe-parameters**: override the posframe parameters (e.g. fringe) (default: `nil`)
- **hydra-posframe-border-width**: change the posframe border width (default: `1`)
- **hydra-posframe-poshandler**: posframe position (default: `'posframe-poshandler-frame-center`)
- **hydra-posframe-font**: font for posframe (default: `nil`)### Faces
- **hydra-posframe-face**: customize the posframe fore/background
- **hydra-posframe-border-face**: customize the posframe border color (default: `gray50`)