Skip to content

Crandel/tempel-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 call tempel-expand or tempel-insert in one of the supported modes.

About

Collection tempel templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published