doomemacs/modules/editor
Henrik Lissner fbdde6b5f4
module!: add :editor whitespace
BREAKING CHANGE: Moves ws-butler, dtrt-indent, and whitespace defaults
out of Doom's core and into a new module. ws-butler is gated behind
+trim and dtrt-indent behind +guess. Users who depend on/like these
packages will need to enable the new module and their respective
flags (which is the default going forward).

This change is motivated by an ongoing effort to slim down Doom's
core (by (re)moving non-essentials from it).

This also addresses an issue where dtrt-indent would vastly increase
load times for some major-modes (e.g. elixir-mode & elm-mode, see #7537)
by restricting it to non-project files and non-read-only buffers AND
excludign those two major modes from indent guessing.

Fix: #8516
Fix: #7537
2025-09-24 02:23:30 -04:00
..
evil fix(evil): evil-respect-visual-line-mode: up/down/end/home keys 2025-09-20 16:05:12 -04:00
file-templates fix(tree-sitter): add derived-mode parents to ts-modes 2025-09-07 10:58:45 -04:00
fold bump: :term :input :editor :app :email 2025-09-02 16:16:03 +02:00
format fix(format): register more ts-modes 2025-09-20 14:52:01 -04:00
god bump: :term :input :editor :app :email 2025-09-02 16:16:03 +02:00
lispy fix(lispy,parinfer): add clojure-ts-mode support 2025-09-11 13:48:42 -04:00
multiple-cursors bump: :editor 2025-03-25 14:16:56 -04:00
objed feat: add .doommodule files 2024-09-14 20:47:39 -04:00
parinfer fix(lispy,parinfer): add clojure-ts-mode support 2025-09-11 13:48:42 -04:00
rotate-text feat: add .doommodule files 2024-09-14 20:47:39 -04:00
snippets bump: :editor 2025-06-12 17:10:28 +02:00
whitespace module!: add :editor whitespace 2025-09-24 02:23:30 -04:00
word-wrap module!: add :editor whitespace 2025-09-24 02:23:30 -04:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04: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?