Fix emacswiki link to HideShow
.
Convert http links to https. Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
This commit is contained in:
parent
1f38085c8f
commit
4cca41241e
@ -220,7 +220,7 @@ provides a richer set of functions for manipulating folds. It is also
|
|||||||
smarter about folding for the supported modes - yafolding uses
|
smarter about folding for the supported modes - yafolding uses
|
||||||
indentation as a folding heuristic.
|
indentation as a folding heuristic.
|
||||||
|
|
||||||
# How is this different from [hideshow](http://www.emacswiki.org/HideShow)?
|
# How is this different from [hideshow](https://www.emacswiki.org/emacs/HideShow)?
|
||||||
|
|
||||||
Again, origami provides a much richer set of functions for
|
Again, origami provides a much richer set of functions for
|
||||||
manipulating folds. I looked at extending hideshow but gave up when I
|
manipulating folds. I looked at extending hideshow but gave up when I
|
||||||
@ -232,7 +232,7 @@ Origami maintains a data structure representing the folds and provides
|
|||||||
a rich library of functions for manipulating it. This makes adding new
|
a rich library of functions for manipulating it. This makes adding new
|
||||||
folding operations easy.
|
folding operations easy.
|
||||||
|
|
||||||
# How is this different from [folding.el](http://www.emacswiki.org/emacs/folding.el)?
|
# How is this different from [folding.el](https://www.emacswiki.org/emacs/folding.el)?
|
||||||
|
|
||||||
Folding.el uses markers in the buffer to annotate folds. Origami also
|
Folding.el uses markers in the buffer to annotate folds. Origami also
|
||||||
supports this and more.
|
supports this and more.
|
||||||
|
Loading…
Reference in New Issue
Block a user