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-01-25 03:49:42 -05:00
|
|
|
(package! yasnippet :pin "3bf9a3b1af")
|
|
|
|
(package! auto-yasnippet :pin "db9e0dd433")
|
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-02-02 00:05:55 -05:00
|
|
|
:pin "22c96ef548")
|