diff options
| author | David Shepherd <davidshepherd7@users.noreply.github.com> | 2017-03-19 20:44:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 20:44:30 +0000 |
| commit | d693b5a45ec4bf58f582db79711c7e3a4e63665f (patch) | |
| tree | caabad1804aa6139f05ef88ef6f6324b69c51236 | |
| parent | Add documentation on windows support (diff) | |
| download | emacs-terminal-here-d693b5a45ec4bf58f582db79711c7e3a4e63665f.tar.gz | |
Update terminal-here.el
| -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")) |
