summaryrefslogtreecommitdiffstats
path: root/.emacs.d/ryuslash-load-path.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-28 00:25:27 +0200
committerGravatar Tom Willemsen2011-07-28 00:25:27 +0200
commit0b0e95e88c1dbd6a9f16300ae03f725e37b6369b (patch)
treec373b1c5a5c49dc72c23ee708fc478d807d00768 /.emacs.d/ryuslash-load-path.el
parentaf0eeb3f5251367970b15ef4e614bca56c59ee43 (diff)
downloaddotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.tar.gz
dotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.zip
Preparing placing home-directory in repo
Diffstat (limited to '.emacs.d/ryuslash-load-path.el')
-rw-r--r--.emacs.d/ryuslash-load-path.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/ryuslash-load-path.el b/.emacs.d/ryuslash-load-path.el
new file mode 100644
index 0000000..984c136
--- /dev/null
+++ b/.emacs.d/ryuslash-load-path.el
@@ -0,0 +1,10 @@
+(add-to-list 'load-path "~/.emacs.d/elisp")
+(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
+(add-to-list 'load-path "~/.emacs.d/elisp/lua-mode")
+(add-to-list 'load-path "~/.emacs.d/elisp/markdown-mode")
+(add-to-list 'load-path "~/.emacs.d/elisp/pi-php-mode")
+(add-to-list 'load-path "~/.emacs.d/elisp/rainbow")
+(add-to-list 'load-path "~/.emacs.d/elisp/rainbow-delimiters")
+(add-to-list 'load-path "~/.emacs.d/elisp/zencoding")
+
+(provide 'ryuslash-load-path)