summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shepherd <davidshepherd7@users.noreply.github.com>2017-04-13 13:19:54 +0100
committerGitHub <noreply@github.com>2017-04-13 13:19:54 +0100
commitb70c1e4a0d25305d75c4a3f04eef37eebf88c04d (patch)
tree43c41f0f80fe9dd9b379c313e0f734fba2f17c6d /README.md
parentRemove some pointless complexity from the Makefile (diff)
downloademacs-terminal-here-b70c1e4a0d25305d75c4a3f04eef37eebf88c04d.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files 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] <!-- [![melpa][melpa-badge]][melpa-link] --> <!-- [![melpa stable badge][melpa-stable-badge]][melpa-stable-link] -->
+[![travis][travis-badge]][travis-link] [![melpa][melpa-badge]][melpa-link] <!-- [![melpa stable badge][melpa-stable-badge]][melpa-stable-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.
-
-<!-- `M-x package-install terminal-here` -->
-
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.