mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
BREAKING CHANGE: Anyone used to realgud will find it missing as of this commit. It's been replaced with Dape (see https://github.com/svaante/dape). This change was made because realgud's implementation was archaic and over-complicated, dap-mode requires lsp-mode (and has a lot of moving parts and points of failure), and dape is straight-forward by comparison; to set up and use. Note that dap-mode and dap-ui is now deprecated and will be removed in the future, but still remains behind the +lsp flag for backwards compatibility, at least until v3. This also adds a '<leader> d' prefix for debugger commands (except for vanilla users, who already have dape's prefix on 'C-x C-a')
: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, ordef end
in Ruby/Crystal/etc.
Maintainers
- @hlissner
- @UndeadKernel (for vanilla keybinds)
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
- …
Packages
- doom-package:avy
- doom-package:drag-stuff
- doom-package:link-hint
- doom-package:expand-region unless doom-module::editor evil
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