mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-22 22:40:45 -07:00
Introduces a systemic fix to the problem where most major modes don't set `tab-width` and/or `standard-indent` to match the mode-specific indent variables. This tries to guess the indent variable(s) for any given major mode, by searching for variables that end in: X-ts-mode-indent-offset X-indent-offset X-indent-level X-tab-width X-basic-offset Where X is the major mode without the (base-)?(ts-)?-mode suffix. This should resolve to the correctly variable for most popular or newer packages. For modes where it isn't enough, modules will have to manually register with `set-indent-vars!`. This commit also moves various indent commands to a new lisp/lib/indent.el library and rewrites `doom/set-indent-width` to use this new API (which no longer depends on editorconfig, and less on dtrt-indent). Fix: #8713 |
||
|---|---|---|
| .. | ||
| .doommodule | ||
| config.el | ||
| doctor.el | ||
| packages.el | ||
| README.org | ||
:lang data
Description unfold
This module adds Emacs support for CSV and XML files.
Maintainers
This module has no dedicated maintainers. Become a maintainer?
Module flags
This module has no flags.
Packages
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom! block.
This module has no external requirements.
TODO Usage
This module has no usage documentation yet. Write some?
TODO Configuration
This module has no configuration documentation yet. Write some?
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?