doomemacs/modules/config/default
Henrik Lissner 7d0f2032ea
tweak(default): use electric-indent instead of remapping RET
This is experimental. electric-indent was initially avoided to sidestep
breaking indentation in whitespace-significant major modes with naive
indent logic. Switching to electric-indent will resurface that issue,
but since electric-indent-mode is on by default, I'll leave that to the
modes and modules to deal with on a per-mode basis.
2026-01-18 03:12:59 -05:00
..
autoload tweak(default): use electric-indent instead of remapping RET 2026-01-18 03:12:59 -05:00
+emacs-bindings.el feat(lib): add toggle scratch buffer commands 2025-12-24 18:24:01 -05:00
+evil-bindings.el feat(lib): add toggle scratch buffer commands 2025-12-24 18:24:01 -05:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
config.el tweak(default): use electric-indent instead of remapping RET 2026-01-18 03:12:59 -05:00
packages.el bump: :config 2025-11-04 22:18:26 -05:00
README.org refactor: move GPG defaults to :config default 2024-12-05 16:38:26 -05:00

:config default

Description   unfold

This module provides a set of reasonable defaults, including:

  • A Spacemacs-inspired keybinding scheme
  • A configuration for (almost) universally repeating searches with ; and ,
  • A doom-package:smartparens configuration for smart completion of certain delimiters, like /* */ command blocks in C-languages, <?php ?> tags in PHP, or def end in Ruby/Crystal/etc.

Maintainers

Module flags

+bindings
+gnupg
Enable GnuPG integration and defaults, allowing Emacs to pick up on your default GPG keys, including interop with pinentry-emacs.
+smartparens

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

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has no external requirements.

TODO Usage

󱌣 This module has no usage documentation yet. Write some?

TODO Configuration

󱌣 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

󱌣 This module's appendix is incomplete. Write more?

Commands

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