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
|
|
|
|
2020-07-23 00:51:20 -04:00
|
|
|
(package! yasnippet :pin "5cbdbf0d2015540c59ed8ee0fcf4788effdf75b6")
|
2020-04-30 00:09:07 -04:00
|
|
|
(package! auto-yasnippet :pin "db9e0dd4335b2202cd5dac95bbbc87a1032d9bbe")
|
2019-07-14 14:43:45 +02:00
|
|
|
(package! doom-snippets
|
2019-07-21 15:39:45 +02:00
|
|
|
:recipe (:host github
|
2019-07-14 14:43:45 +02:00
|
|
|
:repo "hlissner/doom-snippets"
|
2020-01-14 22:32:11 -05:00
|
|
|
:files ("*.el" "*"))
|
2020-11-04 03:02:01 -05:00
|
|
|
:pin "e1cbbdf526224066f6bb67f95672d329323ecb1c")
|