From d693b5a45ec4bf58f582db79711c7e3a4e63665f Mon Sep 17 00:00:00 2001 From: David Shepherd Date: Sun, 19 Mar 2017 20:44:30 +0000 Subject: Update terminal-here.el --- terminal-here.el | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal-here.el b/terminal-here.el index 54098f9..84893bd 100644 --- a/terminal-here.el +++ b/terminal-here.el @@ -31,6 +31,7 @@ ((eq system-type 'darwin) (list "open" "-a" "Terminal.app" dir)) + ;; From http://stackoverflow.com/a/13509208/874671 ((memq system-type '(windows-nt ms-dos cygwin)) (list "cmd.exe" "/C" "start" "cmd.exe")) -- cgit v1.2.3