The Complete Computer

Smart Snippet Templates with Yasnippet

LifeTechEmacsArcology

I need to put my ~/.emacs.d/snippets/ in here so that it's reproduceable. but for now, this minimal setup is good enough.

emacs-lisp source: 
(provide 'cce/yasnippet) (use-package yasnippet-snippets :demand) (use-package yasnippet :after company :diminish :config (diminish 'yas-minor-mode) (add-to-list 'company-backends 'company-yasnippet t) (yas-global-mode))