I need to put my ~/.emacs.d/snippets/
in here so that it's reproduceable. but for now, this minimal setup is
good enough.
provide 'cce/yasnippet)
(use-package yasnippet-snippets :demand)
(use-package yasnippet
(
:after company
:diminish
:config'company-backends 'company-yasnippet t)
(add-to-list (yas-global-mode))