mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
11 lines
235 B
EmacsLisp
11 lines
235 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/snippets/packages.el
|
|
|
|
(package! yasnippet)
|
|
(package! auto-yasnippet)
|
|
|
|
(package! doom-snippets
|
|
:recipe (:host github
|
|
:repo "hlissner/doom-snippets"
|
|
:files ("*.el" "*")))
|