diff options
| author | David Shepherd <davidshepherd7@users.noreply.github.com> | 2017-03-30 08:50:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-30 08:50:34 +0100 |
| commit | 7ce1b12b9a9ee786e30d32c0927d36e9bf7b9a09 (patch) | |
| tree | 3913f0149f97e71876f1f5bfc587adb5209872c5 | |
| parent | Fix copyright statement (diff) | |
| download | emacs-terminal-here-7ce1b12b9a9ee786e30d32c0927d36e9bf7b9a09.tar.gz | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -22,6 +22,11 @@ it. Hopefully it will be soon. Run `terminal-here-launch` to start a terminal in the current directory. +If the default command doesn't launch your preferred terminal you can set +`terminal-here-terminal-command` to either list containing the command and +arguments (e.g. `(list "my-terminal" "--foo")`) +or a function which takes a directory and returns such a list. + Recommended keybindings: ``` @@ -45,12 +50,11 @@ Should be supported out-of-the-box, but currently untested: * Older versions of Windows * OSX (support is based on what [atom-open-terminal-here](https://github.com/blueimp/atom-open-terminal-here/blob/master/index.coffee#L46) does) -Currently unsupported out-of-the-box: +Requires setting `terminal-here-terminal-command` before use: * Non-Debian-based UNIXes, because I haven't seen a standard way to open the user's preferred terminal -If you have problems just set `terminal-here-terminal-command` to a command line (a list of -strings like `'("foo-term" "arg1" "arg2")`) which launches your preferred terminal. +If you have problems just set `terminal-here-terminal-command` as described above. ## Alternatives |
