Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 385 Bytes

README.rst

File metadata and controls

20 lines (11 loc) · 385 Bytes

Elisp wrapper for Tinkerer Blogging Engine.

Install

Available on el-get and melpa

or

Put tinkerer.el file in emacs load-path and the following in your init.el

(require 'tinkerer)
(setq tinkerer-root-path "/your/blog/root/folder/") ; Final slash is important.