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. |
||
---|---|---|
.. | ||
autoload | ||
config.el | ||
packages.el | ||
README.org |
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 !