X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=68341ddf165707c19154d47d298682bb071b6e94;hp=9cea735b0848b69ca5398a258a26b8de835005cc;hb=e89798fb461ea70f3d71f81e7918794a5e21d8f8;hpb=a1a36c43288c2318736e907b304d61b2a7bd124b diff --git a/.emacs b/.emacs index 9cea735..68341dd 100644 --- a/.emacs +++ b/.emacs @@ -56,9 +56,8 @@ ;; Don't leave backups everywhere. (setq backup-inhibited t) -;; Add this to load-path manually, then add the rest in load-paths.el -(add-to-list 'load-path "~/.home/emacs/") -(load-library "load-paths") +;; Add the directory containing .emacs to the load-path. +(add-to-list 'load-path (file-name-directory (file-truename user-init-file))) (if (eq system-type 'cygwin) (load-library "win32"))