From: W. Trevor King Date: Tue, 29 Nov 2011 13:38:00 +0000 (-0500) Subject: Oops, uncomment load-path adjustment in .emacs. X-Git-Tag: v0.3~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f5b8ef371f0a7e918521f0e78c5857861da86ca;p=dotfiles-framework.git Oops, uncomment load-path adjustment in .emacs. --- diff --git a/src/.emacs b/src/.emacs index aeb13e6..9a9c773 100644 --- a/src/.emacs +++ b/src/.emacs @@ -6,7 +6,7 @@ ; Lisp comments begin with a ";" ; Emacs Load Path -;(setq load-path (cons "~/.emacs.d/load" load-path)) +(setq load-path (cons "~/.emacs.d/load" load-path)) ; Load useful customizations (load "wtk_common.el") diff --git a/src/.emacs-admin b/src/.emacs-admin index b589e09..7d0b0a0 100644 --- a/src/.emacs-admin +++ b/src/.emacs-admin @@ -6,7 +6,7 @@ ; Lisp comments begin with a ";" ; Emacs Load Path -;(setq load-path (cons "~/.emacs.d/load" load-path)) +(setq load-path (cons "~/.emacs.d/load" load-path)) ; Load useful customizations (load "wtk_common.el")