summaryrefslogtreecommitdiffstats
path: root/emacs.d/00-paths.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/00-paths.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/00-paths.el')
-rw-r--r--emacs.d/00-paths.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/00-paths.el b/emacs.d/00-paths.el
index 41f9a31..1990c59 100644
--- a/emacs.d/00-paths.el
+++ b/emacs.d/00-paths.el
@@ -2,3 +2,4 @@
(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
(add-to-list 'load-path "~/.emacs.d/auto-complete-clang")
(add-to-list 'load-path "~/.emacs.d/nxhtml")
+(add-to-list 'load-path "~/.emacs.d/elisp/muse")