]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Remove ancient win32 stuff.
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index 9cea735b0848b69ca5398a258a26b8de835005cc..0399811c31d95960e8b795c550a54a2768a81a5c 100644 (file)
--- a/.emacs
+++ b/.emacs
 ;; 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")
-
-(if (eq system-type 'cygwin)
-    (load-library "win32"))
-
+;; Add the directory containing .emacs to the load-path.
+(add-to-list 'load-path (file-name-directory (file-truename user-init-file)))
 
 ;; Need this for ignore-errors, and some modes.
 (require 'cl)