Skip to content

Commit

Permalink
Document usage from within Emacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemianmack committed Aug 6, 2013
1 parent bde864d commit 0d5a786
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ Launch REPL with specified dependencies available.
Arguments: ([& args])
```
#### In Emacs
Miss Emacs integration while `lein try`ing? In your `*scratch*` buffer, set your `inferior-lisp-program` var...
`(setq inferior-lisp-program "lein try tentacles")`
and then launch `M-x inferior-lisp`.
#### On ZSH
[ZSH](zsh.org) has this fun feature where `[..]` is a special type of pattern matching–this kind of sucks for this plugin, no?
Expand Down

0 comments on commit 0d5a786

Please sign in to comment.