Skip to content

facetframer/yas-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

yas-edit

Convenience functions for yassnippet to all you to define snippets as you go.

Analogous to zshnip

Installation

Make sure you has yassnippet installed.

git clone https://github.com/facetframer/yas-edit ~/yas-edit

Add the following to you init.el

(add-to-list 'load-path "~/yas-edit")
(require 'yas-edit)

Define some keybindings that you like

(global-set-key (kbd "M-e") 'yas-edit)
(global-set-key (kbd "M-j") 'yas-expand-or-edit)

About

Convenience functions for yassnippet to define snippets as you go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published