mohkale / consult-yasnippet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consult-yasnippet

MELPA

A consulting-read interface for yasnippet.

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

This package implements the yasnippet consulting-read interface from consult#173.

Table of Contents

Installation

Manually

  1. Clone the repo.
  2. Add the repo path to your emacs load-path.
  3. Load it when needed.

From MELPA

This package is on 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)

About

License:Other


Languages

Language:Emacs Lisp 100.0%