doomemacs/modules/config/default
2019-08-28 22:08:13 -04:00
..
autoload Fix +default/org-notes-headlines 2019-08-28 22:08:13 -04:00
+emacs-bindings.el Add magit-commit-fixup shortcut 2019-08-21 14:49:23 -04:00
+emacs.el def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
+evil-bindings.el Merge pull request #1720 from AloisJanicek/fix-snippets-keybindings 2019-08-28 16:49:06 -04:00
+evil.el Apply smartparens config to all users 2019-04-03 19:15:02 -04:00
config.el Correct last inline hook defuns 2019-07-28 16:10:53 +02:00
packages.el Move winum to ui/window-select module 2019-05-09 21:44:19 -04:00
README.org Move emacs-snippets -> doom-snippets 2019-07-14 17:05:48 +02:00

: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+!