mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 04:11:41 -08:00
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.
|
||
|---|---|---|
| .. | ||
| evil | ||
| file-templates | ||
| fold | ||
| format | ||
| god | ||
| lispy | ||
| multiple-cursors | ||
| objed | ||
| parinfer | ||
| rotate-text | ||
| snippets | ||
| word-wrap | ||