doomemacs/modules/config/default
John Goff 56b6169ae7
fix(default): read correct manpath on MacOS
Versions of `man` shipped with the latest MacOS do not support the
`--path` argument, which causes `M-x woman` in Emacs to break. However
the `manpath` command gives the same information and exists on MacOS and
Linux, at least the systems that I tested. Check for its existence, and
if there is no `manpath` command then fall back to the logic that
existed before.

Fix: #7021
2024-01-24 12:31:20 -05:00
..
autoload feat(default): add use consult-man if available 2023-09-06 14:26:51 +02:00
+emacs-bindings.el tweak(emoji): add emoji-search binding for Emacs 29 2023-09-02 12:27:37 -05:00
+emacs.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
+evil-bindings.el tweak(default): add binding for undo-tree 2023-12-01 13:15:36 -05:00
+evil.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
config.el fix(default): read correct manpath on MacOS 2024-01-24 12:31:20 -05:00
packages.el bump: :config default use-package 2023-08-18 18:50:07 +02:00
README.org docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02: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
+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