/tempel-collection

Collection tempel templates

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Collection of the templates to Emacs Tempel package.

About this collection

Template files are placed in the directory templates as lisp data <mode>.eld files.

Installation

From melpa

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 recipe

(use-package tempel-collection
  :ensure t
  :after tempel
)

Now all the templates will load automatically.

Usage

Just use type the key part and call tempel-expand or tempel-insert in one of the supported modes.