Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 661 Bytes

starter-kit-yasnippet.org

File metadata and controls

19 lines (14 loc) · 661 Bytes

Starter kit yasnippet

yasnippet is yet another snippet expansion system for Emacs. It is inspired by TextMate’s templating syntax.

load the yasnippet bundle

(add-to-list 'load-path (expand-file-name elisp-source-dir "yasnippet"))
(require 'yasnippet)

load the snippets defined in the ./snippets/ directory

(yas/load-directory (expand-file-name "snippets" dotfiles-dir))