doomemacs/modules/config/default
Henrik Lissner 76cacb5bfe
💥 Rename def-package! -> use-package!
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.

Also changes def-package-hook! -> use-package-hook!

The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
..
autoload Add SPC / D and SPC / P keybinds #1531 2019-07-02 14:13:30 +02:00
+emacs-bindings.el non-evil users: C-c C-S-z = open repl in same window 2019-07-14 05:34:28 +02:00
+emacs.el 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
+evil-bindings.el Add SPC o {t,T} keybinds for term/shell module 2019-07-22 02:37:46 +02:00
+evil.el Apply smartparens config to all users 2019-04-03 19:15:02 -04:00
config.el Move cc modes smartparen functions to config/default 2019-07-22 23:51:39 +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+!