dwt1--dotfiles/.emacs.d/modules/config/default
Derek Taylor a5c86c514a Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
..
autoload Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
+emacs-bindings.el Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
+emacs.el Moving to Doom Emacs! 2019-12-16 20:21:19 -06:00
+evil-bindings.el Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
+evil.el Moving to Doom Emacs! 2019-12-16 20:21:19 -06:00
README.org Moving to Doom Emacs! 2019-12-16 20:21:19 -06:00
config.el Updating Doom Emacs. 2020-06-19 22:43:40 -05:00
packages.el Updating Doom Emacs. 2020-06-19 22:43:40 -05:00

README.org

:config default

This module provides a set of reasonable defaults, including:

  • A Spacemacs-esque keybinding scheme
  • Extra Ex commands for evil-mode users
  • A yasnippet snippets library tailored to Doom emacs
  • A configuration for (almost) universally repeating searches with ; and ,

The defaults module is intended as a "reasonable-defaults" module, but also as a reference for your own private modules. You'll find my private module in a separate repo.

Refer to the Customization page on the wiki for details on starting your own private module.

Install

This module has no external dependencies.

Configuration

I'm not an evil user…

That's fine. All evil configuration is ignored if :editor evil is disabled.

Appendix

Commands

  • +default/browse-project
  • +default/browse-templates
  • +default/find-in-templates
  • +default/browse-emacsd
  • +default/find-in-emacsd
  • +default/browse-notes
  • +default/find-in-notes
  • +default/find-in-snippets

Hacks

  • epa-pinentry-mode is set to 'loopback, forcing gpg-agent to use the Emacs minibuffer when prompting for your passphrase. Only works with GPG 2.1+!