]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Remove ancient win32 stuff.
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index 68341ddf165707c19154d47d298682bb071b6e94..0399811c31d95960e8b795c550a54a2768a81a5c 100644 (file)
--- a/.emacs
+++ b/.emacs
 ;; 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"))
-
-
 ;; Need this for ignore-errors, and some modes.
 (require 'cl)