Skip to content

mandoku/md-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandoku Starter Kit

Overview

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.

About

Initialization for mandoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published