doomemacs/modules/editor/evil/autoload
Colin Woodbury 20cdba39a8 fix(evil): more reliable window detection
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.
2023-09-12 21:20:23 +02:00
..
advice.el fix(evil): window-selection-change-functions use case 2022-01-27 03:33:13 +01:00
embrace.el fix(evil): handle edge cases of embrace 2021-11-25 01:45:09 +01:00
evil.el fix(evil): more reliable window detection 2023-09-12 21:20:23 +02:00
ex.el bump: :editor evil 2023-08-20 22:16:12 +02:00
files.el Rewrite move/copy/delete file commands 2020-04-27 01:51:18 -04:00
textobjects.el fix(evil): define *-any-quote directly 2022-04-25 16:38:40 +02:00
unimpaired.el fix(evil): ]f/[f opening directories 2022-06-13 01:16:22 +02:00