summaryrefslogtreecommitdiffstats
path: root/emacs.d/50-muse-projects.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-17 11:23:07 +0100
committerGravatar Tom Willemsen2011-03-17 11:23:07 +0100
commit57366f385a2f1f35bbe741d7542096db81368c72 (patch)
tree0313b707c3a472aec1c857dd75a4ad56cba7f747 /emacs.d/50-muse-projects.el
parenta502df33cea9806665f550d93999d89585269e93 (diff)
downloaddotfiles-57366f385a2f1f35bbe741d7542096db81368c72.tar.gz
dotfiles-57366f385a2f1f35bbe741d7542096db81368c72.zip
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.
Diffstat (limited to 'emacs.d/50-muse-projects.el')
-rw-r--r--emacs.d/50-muse-projects.el3
1 files changed, 3 insertions, 0 deletions
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"))))