Collection of the templates to Emacs Tempel package.
Template files are placed in the directory templates
as lisp data <mode>.eld
files.
You can install this package from melpa, by first ensuring that you have the melpa source in your package-archives.
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/") t)
(package-initialize)
(package-refresh-contents)
Once that is done, this package can be installed.
package-install tempel-collection
(use-package tempel-collection
:ensure t
:after tempel
)
Now all the templates will load automatically.
Just call tempel-expand
or tempel-insert
in one of the supported modes.