doomemacs/modules/emacs/vc
Henrik Lissner 0d35240e70
refactor: large file optimizations
Fixes the large-file detection and rewrites it to lean more on the
built-in `so-long` library to detect and handle "large" files (whose
line count exceeds a given threshold). This removes the various
`doom-large-*` variables, replacing them with
`doom-file-lines-threshold-alist`, which defaults to 15-25k lines for
all modes, depending in the presence of IGC or native-comp.

I also no longer do this large file detection in 28 or older, because
it's not worth the trouble to maintain. Users that care about
performance should be on 30+ anyway.
2026-03-20 21:52:52 -04:00
..
autoload refactor: remove <=27 compatibility fixes in modules 2026-03-15 02:23:41 -04:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
config.el refactor: large file optimizations 2026-03-20 21:52:52 -04:00
packages.el bump: :emacs 2026-02-11 17:48:12 -05:00
README.org

:emacs vc

Description   unfold

This module augments Emacs builtin version control support and provides better integration with git.

Module flags

This module has no flags.

Hacks

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module only requires Git.

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?