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