From 4addcd06ba6702c8da5aa04bd76726a7df7896ba Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 12 Jun 2014 00:21:49 -0400 Subject: [PATCH] Remove ancient win32 stuff. --- .emacs | 4 ---- win32.el | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 win32.el 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) -- 2.43.2