1
0
Fork 0
emacs-config/oni-twig/Cask
Tom Willemse ca973c76e9 Add ‘oni-twig’
For now this only contains snippets.
2019-08-28 00:11:08 -07:00

11 lines
200 B
Text

(source gnu)
(source melpa)
(package-file "./oni-twig.el")
(depends-on "twig-mode")
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
(files
"*.el"
("snippets" "./snippets/*"))