Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 925 Bytes

README.org

File metadata and controls

43 lines (29 loc) · 925 Bytes

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.