summaryrefslogtreecommitdiffstats
path: root/.emacs.d/ryuslash-load-path.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-14 16:16:16 +0200
committerGravatar Tom Willemsen2011-09-14 16:16:16 +0200
commit89f75979d4eef7143c42441a28c8cf7129a24118 (patch)
tree56e124beb1152ab5d520417b8983b2deab9d7381 /.emacs.d/ryuslash-load-path.el
parente8daaf61ebdd50e56c33085b042007b06025d440 (diff)
downloaddotfiles-89f75979d4eef7143c42441a28c8cf7129a24118.tar.gz
dotfiles-89f75979d4eef7143c42441a28c8cf7129a24118.zip
EMACS: Simplify directory loading
Diffstat (limited to '.emacs.d/ryuslash-load-path.el')
-rw-r--r--.emacs.d/ryuslash-load-path.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/.emacs.d/ryuslash-load-path.el b/.emacs.d/ryuslash-load-path.el
deleted file mode 100644
index 771772b..0000000
--- a/.emacs.d/ryuslash-load-path.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(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/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")
-(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
-
-(provide 'ryuslash-load-path)