mohkale / consult-yasnippet

Other
35 stars 3 forks source link

+TITLE: consult-yasnippet

+AUTHOR: Mohsin Kaleem

LocalWords: yasnippet

+html:

MELPA

A [[https://github.com/minad/consult][consult]]ing-read interface for [[https://github.com/joaotavora/yasnippet][yasnippet]].

+CAPTION: Obligatory screenshot of consult-yasnippet in action.

[[https://user-images.githubusercontent.com/23294780/134374821-4ed3ecdb-cb1d-4fa2-a63a-288a4eeb8bd0.png]]

This package implements the yasnippet consulting-read interface from [[https://github.com/minad/consult/pull/173][consult#173]].

** 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~.

+begin_src emacs-lisp

 (push '("melpa" . "https://melpa.org/packages/") package-archives)
 (package-refresh-contents)
 (package-install 'consult-yasnippet)

+end_src