mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 04:11:41 -08:00
At some point `windmove-find-other-window` stopped loading reliably, such that `SPC w H` would complain of a missing symbol. Indeed navigating to the implementation of `windmove` within Emacs's Lisp we find warnings that it has mostly been superceded by newer window APIs since 2013, and is implemented in terms of `window-in-direction`. By using `window-in-direction` directly, the loading problem disappears. |
||
|---|---|---|
| .. | ||
| advice.el | ||
| embrace.el | ||
| evil.el | ||
| ex.el | ||
| files.el | ||
| textobjects.el | ||
| unimpaired.el | ||