@@ -460,24 +460,24 @@ Bound to <kbd>C-1</kbd>. Show the doc for the current function inline.
460
460
is tiresome. <kbd >C-1</kbd > toggles on/off the inline doc for current function.
461
461
No extra buffer necessary:
462
462
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 )
464
464
465
465
Here's how it looks for Clojure:
466
466
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 )
468
468
469
469
## ` lispy-arglist-inline `
470
470
Bound to <kbd >C-2</kbd >. Show arguments for current function inline.
471
471
472
472
` eldoc-mode ` is cool, but it shows you arguments * over there* and
473
473
you're writing * over here* !. No problem, <kbd >C-2</kbd > fixes that:
474
474
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 )
476
476
477
477
As you see, normal, &optional and &rest arguments have each a
478
478
different face. Here's how it looks for Clojure:
479
479
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 )
481
481
482
482
## ` lispy-eval `
483
483
@@ -524,14 +524,5 @@ Like `lispy-goto`, but offers only symbols from the current file.
524
524
525
525
# Screencasts
526
526
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 .
0 commit comments