doomemacs/modules/ui/hydra
Henrik Lissner 0bb4d4dfcb refactor: switch buffer/frame/window hooks
Emacs 27 introduced a bunch of `window-*-change-functions` hooks,
including `window-selection-change-functions` and
`window-buffer-change-functions`, which handles 98% of the use case for
Doom's `doom-switch-{buffer,window,frame}-hook` hooks, so I've rewritten
them to use them under the hood, which amounts to simpler code and fewer
hacks.
2021-10-10 18:36:46 +02:00
..
autoload ui/hydra: fix +hydra/text-zoom 2019-12-27 03:35:32 -05:00
config.el refactor: switch buffer/frame/window hooks 2021-10-10 18:36:46 +02:00
packages.el Bump :ui 2020-11-29 14:33:31 -05:00
README.org Fix typo in :ui hydra module readme 2020-08-15 01:01:54 -04:00

ui/hydra

Description

This module adds hydra to Doom Emacs, as well as a few custom built hydras to start with :

  • A hydra to control windows +hydra/window-nav/body
  • A hydra to control text zoom level +hydra/text-zoom/body

Module Flags

This module provides no flags.

Plugins

Prerequisites

This module has no prerequisites.

Configuration

Configuring this module is only setting bindings to the provided hydra, or creating your own ones !