doomemacs/modules/tools
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
..
ansible fix(:lang): project minor mode detection in ts-modes 2025-08-31 16:33:32 +02:00
biblio fix(biblio): helm + org-cite-insert interop 2025-09-20 13:56:40 -04:00
collab bump: :tools 2025-01-09 00:29:41 -05:00
debugger refactor!(debugger): remove dap-mode 2025-09-17 01:23:28 -04:00
direnv fix(direnv): void-variable Info-directory-list error 2025-09-16 11:03:42 -04:00
docker merge: branch 'feature/treesit' 2025-08-31 14:55:37 +02:00
editorconfig module!: add :editor whitespace 2025-09-24 02:23:30 -04:00
ein bump: :tools 2025-03-25 15:20:58 -04:00
eval bump: :tools 2025-09-02 16:16:03 +02:00
llm bump: :tools 2025-09-14 16:25:12 -04:00
lookup fix(tree-sitter): add derived-mode parents to ts-modes 2025-09-07 10:58:45 -04:00
lsp fix(lsp): rebuild lsp-mode if lsp-use-plists is changed 2025-09-22 23:30:03 -04:00
magit tweak(magit): only preserve point if region-active-p 2025-09-15 21:43:54 -04:00
make feat: add .doommodule files 2024-09-14 20:47:39 -04:00
pass bump: :tools 2025-08-10 15:34:44 +02:00
pdf bump: :tools 2025-08-10 15:34:44 +02:00
terraform bump: :tools 2025-06-11 01:29:52 +02:00
tmux feat: add .doommodule files 2024-09-14 20:47:39 -04:00
tree-sitter fix(tree-sitter): treesit-extra-load-path: use file-name-concat 2025-09-17 17:49:22 -04:00
upload fix(upload): install ssh-deploy from emacsmirror 2025-05-09 21:31:11 -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

:tools

Description

Modules that integrate external tools into Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?