Update modules index

+ Remove :app write
+ Move :tools fly{check,spell} to new :checkers {syntax,spell}
+ Remove redundant table
This commit is contained in:
Henrik Lissner 2020-02-06 17:32:43 -05:00
parent 431cd38e83
commit 086e945148
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,6 +8,7 @@ removing them from your ~doom!~ block (found in =$DOOMDIR/init.el=).
* Table of Contents :TOC: * Table of Contents :TOC:
- [[#app][:app]] - [[#app][:app]]
- [[#checkers][:checkers]]
- [[#completion][:completion]] - [[#completion][:completion]]
- [[#config][:config]] - [[#config][:config]]
- [[#editor][:editor]] - [[#editor][:editor]]
@ -24,20 +25,15 @@ Application modules are complex and opinionated modules that transform Emacs
toward a specific purpose. They may have additional dependencies and should be toward a specific purpose. They may have additional dependencies and should be
loaded last, before =:config= modules. loaded last, before =:config= modules.
| Module | Flags | Description |
|----------+---------------------+--------------------------------------------------------------------------|
| calendar | - | TODO |
| irc | - | Turns Emacs into an IRC client, powered by circe |
| rss | =+org= | An RSS reader client for Emacs, powered by elfeed |
| twitter | - | A twitter client for Emacs, powered by twittering |
| write | =+wordnut +langnut= | Transforms Emacs into an IDE For fiction, literary or scientific writers |
+ [[file:../modules/app/calendar/README.org][calendar]] - TODO + [[file:../modules/app/calendar/README.org][calendar]] - TODO
+ [[file:../modules/app/irc/README.org][irc]] - how neckbeards socialize + [[file:../modules/app/irc/README.org][irc]] - how neckbeards socialize
+ rss =+org= - an RSS client in Emacs + rss =+org= - an RSS client in Emacs
+ [[file:../modules/app/twitter/README.org][twitter]] - A twitter client for Emacs + [[file:../modules/app/twitter/README.org][twitter]] - A twitter client for Emacs
+ [[file:../modules/app/write/README.org][write]] =+wordnut +langtool= - Transforms emacs into an IDE for writers, and for
writing fiction, notes, papers and so on. * :checkers
+ syntax =+childframe= - Live error/warning highlights
+ spell =+everywhere= - Spell checking
+ grammar - TODO
* :completion * :completion
Modules that provide new interfaces or frameworks for completion, including code Modules that provide new interfaces or frameworks for completion, including code
@ -162,8 +158,6 @@ Small modules that give Emacs access to external tools & services.
+ [[file:../modules/tools/editorconfig/README.org][editorconfig]] - TODO + [[file:../modules/tools/editorconfig/README.org][editorconfig]] - TODO
+ [[file:../modules/tools/ein/README.org][ein]] - TODO + [[file:../modules/tools/ein/README.org][ein]] - TODO
+ [[file:../modules/tools/eval/README.org][eval]] =+overlay= - REPL & code evaluation support for a variety of languages + [[file:../modules/tools/eval/README.org][eval]] =+overlay= - REPL & code evaluation support for a variety of languages
+ flycheck - Live error/warning highlights
+ flyspell =+everywhere= - Spell checking
+ gist - TODO + gist - TODO
+ [[file:../modules/tools/lookup/README.org][lookup]] =+dictionary +docsets= - Universal jump-to & documentation lookup + [[file:../modules/tools/lookup/README.org][lookup]] =+dictionary +docsets= - Universal jump-to & documentation lookup
backend backend