This repository contains the minimal setup to get started with
mandoku (see http://www.mandoku.org).
To use the repository, clone it into your .emacs.d directory:
cd ~/.emacs.d git clone git@github.com:cwittern/md-init.git
Now add the following lines to the file ~/.emacs.d/init.el
(setq mandoku-base-dir (expand-file-name "~/krp/")) (load (expand-file-name "~/.emacs.d/md-init/md-init.el")) (require 'mandoku) (mandoku-initialize)
You might want to restart emacs or evaluate the lines manually.
Upon the first start, mandoku and the metadata packages
mandoku-meta-kr and mandoku-meta-zb will be installed.