summaryrefslogtreecommitdiffstats
path: root/emacs.d/50-muse-projects.el
diff options
context:
space:
mode:
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"))))