doomemacs/modules
Andrew Whatson c7a29ca025 Add optional support for switch-buffer previews
When `+ivy-buffer-preview` is non-nil, our various switch-buffer
functions will preview the current candidate buffer, like how
`counsel-switch-buffer` works.

When `ivy-use-virtual-buffers` is non-nil, virtual buffers are *not*
previewed unless `+ivy-buffer-preview` is `'everything`.
2019-03-07 14:28:56 +10:00
..
app
collab
completion Add optional support for switch-buffer previews 2019-03-07 14:28:56 +10:00
config Rename doom/describe-setters -> doom/describe-autodefs 2019-03-05 01:55:40 -05:00
editor New doom-log macro for debug-time logging 2019-03-04 18:38:25 -05:00
emacs Remove --group-directories-first arg for bsd ls 2019-03-02 13:49:39 -05:00
feature Minor refactor across the board 2019-03-04 20:47:26 -05:00
lang Don't change projectile vars before it is loaded #1219 2019-03-05 19:16:08 -05:00
tools 💥 Rethink core hook order & naming 2019-03-04 20:47:26 -05:00
ui Move hl-line-range-function fix to ui/doom 2019-03-05 03:01:59 -05: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.