From 89f75979d4eef7143c42441a28c8cf7129a24118 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 14 Sep 2011 16:16:16 +0200 Subject: EMACS: Simplify directory loading --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf