]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Remove ancient win32 stuff.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jun 2014 04:21:49 +0000 (00:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jun 2014 04:21:49 +0000 (00:21 -0400)
.emacs
win32.el [deleted file]

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)
 
diff --git a/win32.el b/win32.el
deleted file mode 100644 (file)
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)