:editor snippets

My elves type so I don’t have to

1. Description

This module adds snippets to Emacs, powered by yasnippet.

1.1. Maintainers

This module has no dedicated maintainers. Become a maintainer?

1.2. Module flags

This module has no flags.

1.4. TODO Hacks

No hacks documented for this module.

2. Prerequisites

This module has no external prerequisites.

3. TODO Usage

This module’s usage documentation is incomplete. Complete it?

Type a snippet trigger and press TAB to expand it. This module comes with Doom’s official snippet library, and can be extended by adding your own snippets to the $DOOMDIR/snippets/MAJOR-MODE/ directory.

4. TODO Configuration

This module’s configuration documentation is incomplete. Complete it?

4.1. Disabling the built-in snippets

Don’t want to use provided one? Then add this to your private module,

;; in $DOOMDIR/packages.el
(package! doom-snippets :ignore t)
;; If you want to replace it with yasnippet's default snippets
(package! yasnippet-snippets)

5. Troubleshooting

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

6. TODO Appendix

This module has no appendix yet. Write one?