DogLooksGood/parinfer-mode@91856b9 -> DogLooksGood/parinfer-mode@8659c99 abo-abo/lispy@5c8a59a -> abo-abo/lispy@38a7df4 emacs-evil/evil-collection@e6824e2 -> emacs-evil/evil-collection@334670e emacsorphanage/god-mode@f51c8f6 -> emacsorphanage/god-mode@02a402b gabesoft/evil-mc@7dfb2ca -> gabesoft/evil-mc@f04fb17 hlissner/doom-snippets@33eb93b -> hlissner/doom-snippets@aa5587b magnars/multiple-cursors.el@83abb05 -> magnars/multiple-cursors.el@a9d7764 noctuid/lispyville@0f13f26 -> noctuid/lispyville@89316f0 redguardtoo/evil-nerd-commenter@563cdc1 -> redguardtoo/evil-nerd-commenter@2730820 |
||
---|---|---|
.. | ||
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)