abo-abo/lispy@e9731aa955 -> abo-abo/lispy@bf31576802 emacs-evil/evil-collection@652d74acfb -> emacs-evil/evil-collection@1b9d5c5d93 emacs-evil/evil@07aba40dd3 -> emacs-evil/evil@b00018bf55 emacsorphanage/god-mode@1d7d647bb5 -> emacsorphanage/god-mode@d7e9330950 hlissner/doom-snippets@5c0eb5bd70 -> hlissner/doom-snippets@3083b2342f |
||
---|---|---|
.. | ||
autoload | ||
config.el | ||
packages.el | ||
README.org |
editor/snippets
Table of Contents TOC
Description
This module adds snippets to Emacs, powered by yasnippet.
Module Flags
This module exposes no flags.
Plugins
TODO Hacks
Prerequisites
This module has no external dependencies.
TODO Features
Configuration
Disabling the built-in snippets
Don't want to use provided one? Then add this to your private module,
;; in ~/.doom.d/packages.el
(package! doom-snippets :ignore t)
;; If you want to replace it with yasnippet's default snippets
(package! yasnippet-snippets)