A [[https://github.com/minad/consult][consult]]ing-read interface for [[https://github.com/joaotavora/yasnippet][yasnippet]].
This package implements the yasnippet consulting-read interface from [[https://github.com/minad/consult/pull/173][consult#173]].
Table of Contents :TOC:
[[#installation][Installation]]
Installation ** Manually
** From MELPA This package is on [[https://github.com/melpa/melpa][MELPA]]. You can add this to your ~package-archives~ variable and then install through ~M-x package-install~.
(push '("melpa" . "https://melpa.org/packages/") package-archives)
(package-refresh-contents)
(package-install 'consult-yasnippet)