Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.17 KB

README.org

File metadata and controls

46 lines (36 loc) · 1.17 KB

editor/snippets

Table of Contents

Description

This module adds snippets to Emacs, powered by yasnippet.

Module Flags

This module exposes no flags.

Plugins

Hacks

Prerequisites

This module has no external dependencies.

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)

Troubleshooting