All Projects β†’ Ladicle β†’ Hydra Posframe

Ladicle / Hydra Posframe

Licence: gpl-3.0
hydra-posframe is a hydra extension which shows hydra hints on posframe.

Projects that are alternatives of or similar to Hydra Posframe

.emacs.d
πŸŽ‰ Personal GNU Emacs configuration
Stars: ✭ 313 (+251.69%)
Mutual labels:  hydra, emacs
Emagicians Starter Kit
🐰 My own take on an Emacs Starter Kit, with Secret Alien Org Mode Superpowers. -|-+-|-
Stars: ✭ 85 (-4.49%)
Mutual labels:  emacs
Ripgrep.el
Emacs front-end for ripgrep, a command line search tool
Stars: ✭ 81 (-8.99%)
Mutual labels:  emacs
Fmacs
Emacs clone in Forth.
Stars: ✭ 84 (-5.62%)
Mutual labels:  emacs
Clj Suitable
ClojureScript "IntelliSense" support for JS objects and their properties/methods. Via figwheel and Emacs CIDER.
Stars: ✭ 82 (-7.87%)
Mutual labels:  emacs
Emacsideas
Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Stars: ✭ 84 (-5.62%)
Mutual labels:  emacs
Awesome Spacemacs
A collection of awesome Spacemacs resources
Stars: ✭ 80 (-10.11%)
Mutual labels:  emacs
Fundamental Haskell
Fundamental Haskell book, to the point terse statements on Haskell, Category theory, and related fields. Encyclopedic pocketbook of meaning. Zen kōan-like meditations of understanding. For quick or memory curve spaced repetition learning.
Stars: ✭ 88 (-1.12%)
Mutual labels:  emacs
Emacs Oob Reboot
A project to revitalize Emacs by providing core-friendly changes for an improved out-of-the-box experience
Stars: ✭ 85 (-4.49%)
Mutual labels:  emacs
Org Wild Notifier.el
Alert notifications for org-agenda
Stars: ✭ 84 (-5.62%)
Mutual labels:  emacs
.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
Stars: ✭ 1,251 (+1305.62%)
Mutual labels:  emacs
Tide
Tide - TypeScript Interactive Development Environment for Emacs
Stars: ✭ 1,238 (+1291.01%)
Mutual labels:  emacs
Makem.sh
Makefile-like script for building and testing Emacs Lisp packages
Stars: ✭ 85 (-4.49%)
Mutual labels:  emacs
Sensible Defaults.el
A simple, modular collection of better Emacs default settings.
Stars: ✭ 81 (-8.99%)
Mutual labels:  emacs
Treemacs
Stars: ✭ 1,270 (+1326.97%)
Mutual labels:  emacs
Corral
Quickly surround text with delimiters in emacs
Stars: ✭ 80 (-10.11%)
Mutual labels:  emacs
Emacs Chocolate Theme
🍫A dark chocolatey theme for Emacs 🍫
Stars: ✭ 83 (-6.74%)
Mutual labels:  emacs
Dumb Jump
an Emacs "jump to definition" package for 50+ languages
Stars: ✭ 1,256 (+1311.24%)
Mutual labels:  emacs
Ox Jira.el
Org-mode export backend for JIRA markup
Stars: ✭ 88 (-1.12%)
Mutual labels:  emacs
Quark Emacs
πŸš€ An incredible wonderland of code
Stars: ✭ 86 (-3.37%)
Mutual labels:  emacs

hydra-posframe

hydra-posframe is a hydra extension which shows hydra hints on posframe.

hydra-posframe

Installation

;; NOTE: required hydra and posframe
(use-package hydra-posframe
  :load-path "<path-to-the-hydra-posframe>"
  :hook (after-init . hydra-posframe-enable))

Customization

Variables

  • hydra-posframe-parameters: override the posframe parameters(e.g. fringe)
  • hydra-posframe-border-width: change the posframe border width (default: 1)

Faces

  • hydra-posframe-face: customize the posframe fore/background
  • hydra-posframe-border-face: customize the posframe border color (default: gray50)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].