diff options
| -rw-r--r-- | terminal-here.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |
