doomemacs/modules
Henrik Lissner 25f6d5fec0
term/eshell: remove esh-autosuggest, improve company integration
esh-autosuggest only provides history completion, which isn't very
useful, especially when we already have history search (via ivy/helm)
available on 'C-s' in eshell.

The active company-backends have been rearranged so that company-capf is
the main completer, but will fall back to company-files (since capf
doesn't complete files, only directories and commands).

I wish there were something more robust, however. Perhaps a way to
integrate pcomplete into company?
2019-10-21 09:42:14 -04:00
..
app Adds how to build emacs with ImageMagick in app:twitter 2019-10-11 11:56:33 +03:00
completion Bind 'SPC i u' to 'insert unicode character' 2019-10-20 19:57:28 -04:00
config Merge pull request #1921 from flatwhatson/info-binds 2019-10-21 06:28:47 -04:00
editor Move common evil-collection-key-blacklist entries to editor/evil 2019-10-21 06:26:57 -04:00
emacs Minor refactors & reformatting across the board 2019-10-20 19:57:27 -04:00
email Add some bindings to mu4e-compose-mode (#1918) 2019-10-20 20:01:37 -04:00
input
lang lang/data: sync tab-width with mode indent vars 2019-10-21 09:39:54 -04:00
term term/eshell: remove esh-autosuggest, improve company integration 2019-10-21 09:42:14 -04:00
tools tools/flycheck: display popups a little faster 2019-10-20 19:57:46 -04:00
ui ui/popup: use old alist use-case for set-popup-rule! 2019-10-21 06:26:57 -04:00
README.org Add emacs/ibuffer module 2019-10-20 15:14:26 -04:00

Doom Modules

:completion

Modules that provide new interfaces or frameworks for completion, including code completion.

  • 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
  • ivy +fuzzy +prescient +childframe: The search engine for love and life

:ui

Aesthetic modules that affect the Emacs interface or user experience.

:editor

Modules that affect and augment your ability to manipulate or insert text.

  • evil +everywhere: transforms Emacs into Vim
  • file-templates: Auto-inserted templates in blank new files
  • fold: universal code folding
  • format +onsave:
  • god: run Emacs commands without modifier keys
  • lispy:
  • multiple-cursors:
  • parinfer:
  • rotate-text:
  • snippets: Snippet expansion for lazy typists
  • word-wrap: soft wrapping with language-aware indent

:emacs

Modules that reconfigure or augment packages or features built into Emacs.

:term

Modules that offer terminal emulation.

:tools

Small modules that give Emacs access to external tools & services.

  • ansible:
  • debugger: A (nigh-)universal debugger in Emacs
  • docker:
  • direnv:
  • editorconfig:
  • ein:
  • eval: REPL & code evaluation support for a variety of languages
  • flycheck: Live error/warning highlights
  • flyspell: Spell checking
  • gist:
  • lookup +docsets: Universal jump-to & documentation lookup backend
  • lsp:
  • macos:
  • magit:
  • make:
  • pass:
  • pdf:
  • prodigy:
  • rgb:
  • terraform:
  • tmux:
  • upload:
  • wakatime:

:lang

Modules that bring support for a language or group of languages to Emacs.

:email

  • mu4e +gmail:
  • notmuch:
  • wanderlust +gmail:

:app

Large, opinionated modules that transform and take over Emacs, i.e. Doom-specific porcelains.

:config

Modules that configure Emacs one way or another, or focus on making it easier for you to customize it yourself.

  • literate:
  • default +bindings +smartparens: