From 57366f385a2f1f35bbe741d7542096db81368c72 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Mar 2011 11:23:07 +0100 Subject: Big changes, last one before I wipe it all. * Added muse * Added graphviz-dot-mode * Remove all trailing whitespace on save. This is the last commit I'm going to do before throwing it all away again. --- emacs.d/50-muse-projects.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 emacs.d/50-muse-projects.el (limited to 'emacs.d/50-muse-projects.el') diff --git a/emacs.d/50-muse-projects.el b/emacs.d/50-muse-projects.el new file mode 100644 index 0000000..086ab60 --- /dev/null +++ b/emacs.d/50-muse-projects.el @@ -0,0 +1,3 @@ +(setq muse-project-alist + '(("lxcoding-docs" ("~/prj/lxcoding-docs" :default "index") + (:base "html" :path "~/devel/mnt/lxcoding/www/docs")))) -- cgit v1.2.3-54-g00ecf