+ Rather than waiting for the first "interactive" major mode to be visited to activate yas-minor-mode, we wait until the first time the user invokes a snippet command to activate yas-global-mode. + yas-reload-all is one of the bottlenecks when loading a file for the first time. Deferring it further should help with this. + yas-global-mode reaches more major modes than our former list of hooks (fixes #5140). Closes #5140 |
||
---|---|---|
.. | ||
autoload | ||
+emacs-bindings.el | ||
+emacs.el | ||
+evil-bindings.el | ||
+evil.el | ||
config.el | ||
packages.el | ||
README.org |
: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.
Table of Contents TOC
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-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+!