2017-02-11 06:59:49 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-04-21 19:59:44 -04:00
|
|
|
;;; editor/snippets/packages.el
|
2017-02-11 06:59:49 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! yasnippet)
|
|
|
|
(package! auto-yasnippet)
|
2017-02-11 06:59:49 -05:00
|
|
|
|
2018-11-02 11:29:58 -04:00
|
|
|
(package! emacs-snippets
|
|
|
|
:recipe (:fetcher github
|
|
|
|
:repo "hlissner/emacs-snippets"
|
|
|
|
:files ("*")))
|