doomemacs/modules
Andrew Whatson 09a833338f Fix +ivy-buffer-preview no longer ignoring virtuals
Upstream updated `counsel--switch-buffer-update-fn` to check
`ivy--virtual-buffers` instead of `ivy-use-virtual-buffers`.
2019-03-21 14:37:23 +10:00
..
app Revert ab797994 #226 2019-03-01 03:56:10 -05:00
collab
completion Fix +ivy-buffer-preview no longer ignoring virtuals 2019-03-21 14:37:23 +10:00
config Update evil-mc "gzu" and "gzq" bindings 2019-03-16 14:15:19 +08:00
editor Disable evil-mc bar cursor on Mac OS and Windows 2019-03-16 14:15:19 +08:00
emacs emacs/dired: ranger-show-literal = nil 2019-03-09 19:56:48 -05:00
feature feature/evil: update README & ex commands 2019-03-16 23:59:51 -04:00
lang lang/javascript: fix documentation lookup 2019-03-18 01:08:59 -04:00
tools tools/vterm: minor refactor 2019-03-13 20:41:48 -04:00
ui Defer added hooks until doom-themes is loaded 2019-03-17 23:19:55 -04:00
README.org Add modules/README.org 2019-03-02 02:11:53 -05:00

Doom Modules

:feature

Broad modules that bring essential IDE functionality to Emacs.

  • debugger: A (nigh-)universal debugger in Emacs
  • eval: REPL & code evaluation support for a variety of languages
  • evil +everywhere: Vim in Emacs
  • file-templates: Auto-inserted templates in blank new files
  • lookup +docsets: Universal jump-to & documentation lookup backend
  • snippets: A templating system for Emacs for lazy typers (aka programmers)
  • workspaces: Isolated workspaces

:completion

Swappable completion modules for quickly narrowing down lists of candidates.

  • company +auto +childframe: 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 +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 write and edit text.

:emacs

Modules that reconfigure packages or features built into Emacs

:tools

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

:lang

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

:app

Large, opinionated modules that transform and take over Emacs to serve

:collab

Modules that enable collaborative programming over the internet.

:config

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