2021-02-15 16:20:14 -08:00
|
|
|
#+TITLE: Module Index
|
2020-01-26 04:44:55 -05:00
|
|
|
#+STARTUP: nofold
|
|
|
|
|
|
|
|
Functionality in Doom is divided into collections of code called modules (à la
|
|
|
|
Spacemacs' layers). A module is a bundle of packages, configuration and
|
|
|
|
commands, organized into a unit that can be enabled or disabled by adding or
|
2020-07-31 16:03:36 -04:00
|
|
|
removing them from your ~doom!~ block in =$DOOMDIR/init.el=.
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* Table of Contents :TOC:
|
|
|
|
- [[#app][:app]]
|
2020-02-06 17:32:43 -05:00
|
|
|
- [[#checkers][:checkers]]
|
2020-01-26 04:44:55 -05:00
|
|
|
- [[#completion][:completion]]
|
|
|
|
- [[#config][:config]]
|
|
|
|
- [[#editor][:editor]]
|
|
|
|
- [[#emacs][:emacs]]
|
|
|
|
- [[#email][:email]]
|
|
|
|
- [[#input][:input]]
|
|
|
|
- [[#lang][:lang]]
|
2020-08-07 23:40:06 -04:00
|
|
|
- [[#os][:os]]
|
2020-01-26 04:44:55 -05:00
|
|
|
- [[#term][:term]]
|
|
|
|
- [[#tools][:tools]]
|
|
|
|
- [[#ui][:ui]]
|
|
|
|
|
|
|
|
* :app
|
|
|
|
Application modules are complex and opinionated modules that transform Emacs
|
2020-07-31 16:03:36 -04:00
|
|
|
toward a specific purpose. They may have additional dependencies and *should be
|
|
|
|
loaded last*, before =:config= modules.
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
+ [[file:../modules/app/calendar/README.org][calendar]] - TODO
|
2021-03-06 00:51:19 -05:00
|
|
|
+ [[file:../modules/app/emms/README.org][emms]] - TODO
|
|
|
|
+ [[file:../modules/app/everywhere/README.org][everywhere]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/app/irc/README.org][irc]] - how neckbeards socialize
|
2021-03-06 00:51:19 -05:00
|
|
|
+ [[file:../modules/app/rss/README.org][rss]] =+org= - an RSS client in Emacs
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/app/twitter/README.org][twitter]] - A twitter client for Emacs
|
2020-02-06 17:32:43 -05:00
|
|
|
|
|
|
|
* :checkers
|
|
|
|
+ syntax =+childframe= - Live error/warning highlights
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/checkers/spell/README.org][spell]] =+aspell +flyspell +enchant +everywhere +hunspell= - Spell checking
|
|
|
|
+ [[file:../modules/checkers/grammar/README.org][grammar]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* :completion
|
|
|
|
Modules that provide new interfaces or frameworks for completion, including code
|
|
|
|
completion.
|
|
|
|
|
|
|
|
+ [[file:../modules/completion/company/README.org][company]] =+childframe +tng= - The ultimate code completion backend
|
|
|
|
+ helm =+fuzzy +childframe= - *Another* search engine for love and life
|
|
|
|
+ ido - The /other/ *other* search engine for love and life
|
2020-03-20 12:08:30 +02:00
|
|
|
+ [[file:../modules/completion/ivy/README.org][ivy]] =+fuzzy +prescient +childframe +icons= - /The/ search engine for love and life
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* :config
|
|
|
|
Modules that configure Emacs one way or another, or focus on making it easier
|
|
|
|
for you to customize it yourself. It is best to load these last.
|
|
|
|
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/config/literate/README.org][literate]] - For users with literate configs. This will tangle+compile a
|
2020-01-26 04:44:55 -05:00
|
|
|
config.org in your ~doom-private-dir~ when it changes.
|
|
|
|
+ [[file:../modules/config/default/README.org][default]] =+bindings +smartparens= - The default module sets reasonable defaults
|
|
|
|
for Emacs. It also provides a Spacemacs-inspired keybinding scheme and a
|
|
|
|
smartparens config. Use it as a reference for your own modules.
|
|
|
|
|
|
|
|
* :editor
|
|
|
|
Modules that affect and augment your ability to manipulate or insert text.
|
|
|
|
|
|
|
|
+ [[file:../modules/editor/evil/README.org][evil]] =+everywhere= - transforms Emacs into Vim
|
|
|
|
+ [[file:../modules/editor/file-templates/README.org][file-templates]] - Auto-inserted templates in blank new files
|
|
|
|
+ [[file:../modules/editor/fold/README.org][fold]] - universal code folding
|
|
|
|
+ format =+onsave= - TODO
|
2020-04-01 23:06:03 -04:00
|
|
|
+ god - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/editor/lispy/README.org][lispy]] - TODO
|
|
|
|
+ multiple-cursors - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/editor/objed/README.org][objed]] =+manual= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/editor/parinfer/README.org][parinfer]] - TODO
|
|
|
|
+ rotate-text - TODO
|
|
|
|
+ [[file:../modules/editor/snippets/README.org][snippets]] - Snippet expansion for lazy typists
|
|
|
|
+ [[file:../modules/editor/word-wrap/README.org][word-wrap]] - soft wrapping with language-aware indent
|
|
|
|
|
|
|
|
* :emacs
|
|
|
|
Modules that reconfigure or augment packages or features built into Emacs.
|
|
|
|
|
|
|
|
+ [[file:../modules/emacs/dired/README.org][dired]] =+ranger +icons= - TODO
|
|
|
|
+ electric - TODO
|
|
|
|
+ [[file:../modules/emacs/ibuffer/README.org][ibuffer]] =+icons= - TODO
|
2020-04-13 18:44:16 -04:00
|
|
|
+ [[file:../modules/emacs/undo/README.org][undo]] =+tree= - A smarter, more intuitive & persistent undo history
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/emacs/vc/README.org][vc]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* :email
|
|
|
|
+ [[file:../modules/email/mu4e/README.org][mu4e]] =+gmail= - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/email/notmuch/README.org][notmuch]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ wanderlust =+gmail= - TODO
|
|
|
|
|
|
|
|
* :input
|
|
|
|
+ [[file:../modules/input/chinese/README.org][chinese]] - TODO
|
|
|
|
+ [[file:../modules/input/japanese/README.org][japanese]] - TODO
|
2021-05-01 02:27:42 -04:00
|
|
|
+ [[file:../modules/input/layout/README.org][layout]] =+azerty +bepo= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* :lang
|
|
|
|
Modules that bring support for a language or group of languages to Emacs.
|
|
|
|
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/lang/agda/README.org][agda]] =+local= - TODO
|
2021-04-13 20:09:08 -04:00
|
|
|
+ [[file:../modules/lang/beancount/README.org][beancount]] =+lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/cc/README.org][cc]] =+lsp= - TODO
|
2020-02-28 13:29:20 +02:00
|
|
|
+ [[file:../modules/lang/clojure/README.org][clojure]] =+lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ common-lisp - TODO
|
|
|
|
+ [[file:../modules/lang/coq/README.org][coq]] - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/crystal/README.org][crystal]] - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/lang/csharp/README.org][csharp]] =+lsp +unity= - TODO
|
2020-05-25 04:55:42 +02:00
|
|
|
+ [[file:../modules/lang/dart/README.org][dart]] =+lsp +flutter=
|
2020-01-26 04:44:55 -05:00
|
|
|
+ data - TODO
|
|
|
|
+ [[file:../modules/lang/elixir/README.org][elixir]] =+lsp= - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ elm =+lsp= - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/emacs-lisp/README.org][emacs-lisp]] - TODO
|
|
|
|
+ [[file:../modules/lang/erlang/README.org][erlang]] =+lsp= - TODO
|
2020-02-01 17:06:15 +09:00
|
|
|
+ [[file:../modules/lang/ess/README.org][ess]] =+lsp= - TODO
|
2020-05-25 04:55:42 +02:00
|
|
|
+ [[file:../modules/lang/factor/README.org][factor]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/faust/README.org][faust]] - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/lang/fsharp/README.org][fsharp]] =+lsp= - TODO
|
2020-02-02 14:08:55 -05:00
|
|
|
+ [[file:../modules/lang/fstar/README.org][fstar]] - F* support
|
2020-06-07 06:17:08 +08:00
|
|
|
+ [[file:../modules/lang/gdscript/README.org][gdscript]] =+lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/go/README.org][go]] =+lsp= - TODO
|
2020-04-14 19:27:33 -04:00
|
|
|
+ [[file:../modules/lang/haskell/README.org][haskell]] =+dante +ghcide +lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ hy - TODO
|
|
|
|
+ [[file:../modules/lang/idris/README.org][idris]] - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ java =+meghanada +eclim +lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/javascript/README.org][javascript]] =+lsp= - JavaScript, TypeScript, and CoffeeScript support
|
2020-05-25 04:55:42 +02:00
|
|
|
+ [[file:../modules/lang/json/README.org][json]] =+lsp= - TODO
|
2021-03-02 04:25:35 +01:00
|
|
|
+ [[file:../modules/lang/julia/README.org][julia]] =+lsp= - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/kotlin/README.org][kotlin]] =+lsp+= - TODO
|
2020-04-26 04:46:05 -04:00
|
|
|
+ [[file:../modules/lang/latex/README.org][latex]] =+latexmk +cdlatex +fold +lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ lean - TODO
|
|
|
|
+ [[file:../modules/lang/ledger/README.org][ledger]] - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/lua/README.org][lua]] =+fennel +moonscript= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/markdown/README.org][markdown]] =+grip= - TODO
|
|
|
|
+ [[file:../modules/lang/nim/README.org][nim]] - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/nix/README.org][nix]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/ocaml/README.org][ocaml]] =+lsp= - TODO
|
2020-08-05 18:30:17 -04:00
|
|
|
+ [[file:../modules/lang/org/README.org][org]] =+brain +dragndrop +gnuplot +hugo +ipython +journal +jupyter +noter +pandoc +pomodoro +present +pretty +roam= - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/lang/php/README.org][php]] =+hack +lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ plantuml - TODO
|
2020-05-14 14:18:22 +09:00
|
|
|
+ purescript =+lsp= - TODO
|
2020-08-07 19:04:41 -04:00
|
|
|
+ [[file:../modules/lang/python/README.org][python]] =+cython +lsp +pyright +pyenv +conda +poetry= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ qt - TODO
|
|
|
|
+ racket - TODO
|
2020-06-05 21:01:23 +02:00
|
|
|
+ [[file:../modules/lang/raku/README.org][raku]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/rest/README.org][rest]] - TODO
|
2020-05-25 04:55:42 +02:00
|
|
|
+ rst - TODO
|
2020-03-09 18:04:10 +00:00
|
|
|
+ [[file:../modules/lang/ruby/README.org][ruby]] =+lsp +rvm +rbenv +rails +chruby=
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/rust/README.org][rust]] =+lsp= - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/lang/scala/README.org][scala]] =+lsp= - TODO
|
2021-04-13 22:41:31 -04:00
|
|
|
+ [[file:../modules/lang/scheme/README.org][scheme]] =+chez +chibi +chicken +gambit +gauche +guile +kawa +mit +racket= - TODO
|
2020-10-06 08:18:30 +01:00
|
|
|
+ [[file:../modules/lang/sh/README.org][sh]] =+fish +lsp +powershell= - TODO
|
2020-03-29 19:40:03 -04:00
|
|
|
+ [[file:../modules/lang/sml/README.org][sml]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/lang/solidity/README.org][solidity]] - TODO
|
|
|
|
+ swift =+lsp= - TODO
|
|
|
|
+ terra - TODO
|
|
|
|
+ web =+lsp= - HTML and CSS (SCSS/SASS/LESS/Stylus) support.
|
2020-04-23 17:43:42 -04:00
|
|
|
+ [[file:../modules/lang/yaml/README.org][yaml]] =+lsp= - TODO
|
2021-03-20 15:11:04 +08:00
|
|
|
+ [[file:../modules/lang/zig/README.org][zig]] =+lsp= - Zig support.
|
2020-01-26 04:44:55 -05:00
|
|
|
|
2020-08-07 23:40:06 -04:00
|
|
|
|
|
|
|
* :os
|
|
|
|
Modules to improve integration into your OS, system, or devices.
|
|
|
|
|
2020-08-21 01:25:44 -04:00
|
|
|
+ [[file:../modules/os/macos/README.org][macos]] - Improve Emacs' compatibility with macOS
|
2021-03-06 00:51:19 -05:00
|
|
|
+ [[file:../modules/os/tty/README.org][tty]] =+osc= - Improves the terminal Emacs experience.
|
2020-08-07 23:40:06 -04:00
|
|
|
|
2020-01-26 04:44:55 -05:00
|
|
|
* :term
|
|
|
|
Modules that offer terminal emulation.
|
|
|
|
|
2021-03-06 00:51:19 -05:00
|
|
|
+ [[file:../modules/term/eshell/README.org][eshell]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ shell - TODO
|
|
|
|
+ term - TODO
|
|
|
|
+ [[file:../modules/term/vterm/README.org][vterm]] - TODO
|
|
|
|
|
|
|
|
* :tools
|
|
|
|
Small modules that give Emacs access to external tools & services.
|
|
|
|
|
|
|
|
+ ansible - TODO
|
2020-04-18 19:06:47 -04:00
|
|
|
+ debugger =+lsp= - A (nigh-)universal debugger in Emacs
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/tools/direnv/README.org][direnv]] - TODO
|
2020-02-09 18:47:05 +09:00
|
|
|
+ [[file:../modules/tools/docker/README.org][docker]] =+lsp= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/tools/editorconfig/README.org][editorconfig]] - 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
|
|
|
|
+ gist - TODO
|
2020-06-24 12:27:25 +09:00
|
|
|
+ [[file:../modules/tools/lookup/README.org][lookup]] =+dictionary +docsets +offline= - Universal jump-to & documentation lookup
|
2020-01-26 04:44:55 -05:00
|
|
|
backend
|
2020-05-20 08:53:16 +02:00
|
|
|
+ [[file:../modules/tools/lsp/README.org][lsp]] =+peek +eglot= - Installation and configuration of language server protocol client (lsp-mode or eglot)
|
2020-04-23 18:10:13 -04:00
|
|
|
+ [[file:../modules/tools/magit/README.org][magit]] =+forge= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ make - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/tools/pass/README.org][pass]] =+auth= - TODO
|
|
|
|
+ [[file:../modules/tools/pdf/README.org][pdf]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ prodigy - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/tools/rgb/README.org][rgb]] - TODO
|
2020-05-25 04:55:42 +02:00
|
|
|
+ [[file:../modules/tools/taskrunner/README.org][taskrunner]] - TODO
|
|
|
|
+ [[file:../modules/tools/terraform/README.org][terraform]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ tmux - TODO
|
2021-05-10 04:21:19 -04:00
|
|
|
+ [[file:../modules/tools/upload/README.org][upload]] - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
|
|
|
|
* :ui
|
|
|
|
Aesthetic modules that affect the Emacs interface or user experience.
|
|
|
|
|
|
|
|
+ [[file:../modules/ui/deft/README.org][deft]] - TODO
|
|
|
|
+ [[file:../modules/ui/doom/README.org][doom]] - TODO
|
|
|
|
+ [[file:../modules/ui/doom-dashboard/README.org][doom-dashboard]] - TODO
|
|
|
|
+ [[file:../modules/ui/doom-quit/README.org][doom-quit]] - TODO
|
2020-09-30 00:31:14 -07:00
|
|
|
+ [[file:../modules/ui/emoji/README.org][emoji]] =+ascii +github +unicode= - Adds emoji support to Emacs
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/ui/hl-todo/README.org][hl-todo]] - TODO
|
|
|
|
+ [[file:../modules/ui/hydra/README.org][hydra]] - TODO
|
|
|
|
+ indent-guides - TODO
|
2020-08-21 01:25:44 -04:00
|
|
|
+ [[file:../modules/ui/ligatures/README.org][ligatures]] =+extra +fira +hasklig +iosevka +pragmata-pro= - Ligature support for Emacs
|
2020-05-25 04:55:42 +02:00
|
|
|
+ [[file:../modules/ui/minimap/README.org][minimap]] - TODO
|
2020-05-18 11:49:40 +02:00
|
|
|
+ [[file:../modules/ui/modeline/README.org][modeline]] =+light= - TODO
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/ui/nav-flash/README.org][nav-flash]] - TODO
|
|
|
|
+ [[file:../modules/ui/neotree/README.org][neotree]] - TODO
|
|
|
|
+ [[file:../modules/ui/ophints/README.org][ophints]] - TODO
|
|
|
|
+ [[file:../modules/ui/popup/README.org][popup]] =+all +defaults= - Makes temporary/disposable windows less intrusive
|
|
|
|
+ [[file:../modules/ui/tabs/README.org][tabs]] - TODO
|
2021-04-04 23:16:37 -03:00
|
|
|
+ [[file:../modules/ui/treemacs/README.org][treemacs]] - =+lsp= - A tree layout file explorer for Emacs
|
2020-01-26 04:44:55 -05:00
|
|
|
+ [[file:../modules/ui/unicode/README.org][unicode]] - TODO
|
|
|
|
+ vc-gutter - TODO
|
|
|
|
+ vi-tilde-fringe - TODO
|
|
|
|
+ [[file:../modules/ui/window-select/README.org][window-select]] =+switch-window +numbers= - TODO
|
|
|
|
+ [[file:../modules/ui/workspaces/README.org][workspaces]] - Isolated workspaces
|
|
|
|
+ [[file:../modules/ui/zen/README.org][zen]] - Distraction-free coding (or writing)
|