summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.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/init.el
parente8daaf61ebdd50e56c33085b042007b06025d440 (diff)
downloaddotfiles-89f75979d4eef7143c42441a28c8cf7129a24118.tar.gz
dotfiles-89f75979d4eef7143c42441a28c8cf7129a24118.zip
EMACS: Simplify directory loading
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 723bc83..0e51dc6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,5 +1,6 @@
;; -*- mode: Emacs-Lisp; -*-
-(load "~/.emacs.d/ryuslash-load-path")
+(let ((default-directory "~/.emacs.d/"))
+ (normal-top-level-add-subdirs-to-load-path))
;;-----[ Defun ]---------------------------------------------------------
(defun oni/what-face (pos)