Skip to content

Commit a9e3c99

Browse files
committed
README.md: shrink
1 parent 3bd24b0 commit a9e3c99

7 files changed

+6
-15
lines changed

README.md

+6-15
Original file line numberDiff line numberDiff line change
@@ -460,24 +460,24 @@ Bound to <kbd>C-1</kbd>. Show the doc for the current function inline.
460460
is tiresome. <kbd>C-1</kbd> toggles on/off the inline doc for current function.
461461
No extra buffer necessary:
462462

463-
![screenshot](https://raw.github.com/abo-abo/lispy/master/doc/doc-1.png)
463+
![screenshot](https://raw.github.com/abo-abo/lispy/master/images/doc-1.png)
464464

465465
Here's how it looks for Clojure:
466466

467-
![screenshot](https://raw.github.com/abo-abo/lispy/master/doc/doc-2.png)
467+
![screenshot](https://raw.github.com/abo-abo/lispy/master/images/doc-2.png)
468468

469469
## `lispy-arglist-inline`
470470
Bound to <kbd>C-2</kbd>. Show arguments for current function inline.
471471

472472
`eldoc-mode` is cool, but it shows you arguments *over there* and
473473
you're writing *over here*!. No problem, <kbd>C-2</kbd> fixes that:
474474

475-
![screenshot](https://raw.github.com/abo-abo/lispy/master/doc/arglist-2.png)
475+
![screenshot](https://raw.github.com/abo-abo/lispy/master/images/arglist-elisp.png)
476476

477477
As you see, normal, &optional and &rest arguments have each a
478478
different face. Here's how it looks for Clojure:
479479

480-
![screenshot](https://raw.github.com/abo-abo/lispy/master/doc/arglist-3.png)
480+
![screenshot](https://raw.github.com/abo-abo/lispy/master/images/arglist-clojure.png)
481481

482482
## `lispy-eval`
483483

@@ -524,14 +524,5 @@ Like `lispy-goto`, but offers only symbols from the current file.
524524

525525
# Screencasts
526526

527-
I've recorded a few gifs that show some features:
528-
529-
- [1-gif](https://raw.github.com/abo-abo/lispy/master/doc/screencast-1.gif)
530-
- [2-gif](https://raw.github.com/abo-abo/lispy/master/doc/screencast-2.gif)
531-
- [3-gif](https://raw.github.com/abo-abo/lispy/master/doc/screencast-3.gif)
532-
- [4-gif](https://raw.github.com/abo-abo/lispy/master/doc/oneline-multiline.gif)
533-
- [5-gif](https://raw.github.com/abo-abo/lispy/master/doc/screencast-4.gif)
534-
535-
The older stuff can be found on [vimeo](http://vimeo.com/user24828177/videos).
536-
537-
The new stuff is on https://www.youtube.com/user/abo5abo/videos.
527+
- The older stuff can be found on [vimeo](http://vimeo.com/user24828177/videos).
528+
- The newer stuff is on https://www.youtube.com/user/abo5abo/videos.

doc/arglist-1.png

-19.8 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/doc-1.png images/doc-elisp.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)