From b70c1e4a0d25305d75c4a3f04eef37eebf88c04d Mon Sep 17 00:00:00 2001 From: David Shepherd Date: Thu, 13 Apr 2017 13:19:54 +0100 Subject: Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 394cc7c..8f85b8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terminal Here -[![travis][travis-badge]][travis-link] +[![travis][travis-badge]][travis-link] [![melpa][melpa-badge]][melpa-link] [travis-link]: https://travis-ci.org/davidshepherd7/terminal-here [travis-badge]: https://travis-ci.org/davidshepherd7/terminal-here.svg?branch=master @@ -15,15 +15,10 @@ An Emacs package to open an *external* terminal emulator in directories associat ## Usage -Currently not on Melpa, so grab the elisp file, put it in your path and require -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 +`terminal-here-terminal-command` to either a list containing the command and arguments (e.g. `(list "my-terminal" "--foo")`) or a function which takes a directory and returns such a list. -- cgit v1.2.3