From: Michael Orlitzky Date: Thu, 12 Jun 2014 04:21:49 +0000 (-0400) Subject: Remove ancient win32 stuff. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=4addcd06ba6702c8da5aa04bd76726a7df7896ba Remove ancient win32 stuff. --- diff --git a/.emacs b/.emacs index 68341dd..0399811 100644 --- a/.emacs +++ b/.emacs @@ -59,10 +59,6 @@ ;; 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) diff --git a/win32.el b/win32.el deleted file mode 100644 index e229b29..0000000 --- a/win32.el +++ /dev/null @@ -1,2 +0,0 @@ -(setq explicit-shell-file-name "bash.exe") -(setq shell-file-name explicit-shell-file-name)