doomemacs/modules/editor
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
..
evil fix(evil): more reliable window detection 2023-09-12 21:20:23 +02:00
file-templates refactor(file-templates): c++-mode/__main.cpp: modernize 2023-09-07 20:22:58 +02:00
fold bump: :editor 2023-02-21 19:34:42 -05:00
format docs: change link format 2022-10-05 01:01:19 +02:00
god bump: :editor 2023-02-21 19:34:42 -05:00
lispy docs(lispy): add "Working with Brackets" 2023-07-24 23:22:32 +02:00
multiple-cursors bump: :editor evil 2023-08-20 22:16:12 +02:00
objed docs: change link format 2022-10-05 01:01:19 +02:00
parinfer fix(parinfer): activate for fennel-mode 2023-03-20 18:29:52 -04:00
rotate-text docs: change link format 2022-10-05 01:01:19 +02:00
snippets refactor(snippets): use cond instead of nested if 2023-08-19 21:59:48 -05:00
word-wrap bump: :editor 2023-02-21 19:34:42 -05:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:editor

Description

For modules concerned with the insertion and editing of text. Amen.

Frequently asked questions

This category has no FAQs yet. Ask one?