trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=y6_bmcd3nis">https://www.youtube.com/watch?v=y6_bmcd3nis</a></p>
<p>In this screen cast I present some of the more advanced or perhaps
less obvious ways of using Emacs built-in search tool. <code>isearch</code> is
quite a competent tool that can be made even better with some careful
additions of elisp.</p>
<p>Based on what I know right now, there is a niche for both <code>isearch</code>
and <code>swiper</code>, even though the latter is often used a replacement for
the former.</p>
<p>All my customisations are defined in my “dotemacs” file—now provided
as a dedicated page inside this website (with links to its source):
<a href="https://protesilaos.com/emacs/dotemacs">protesilaos.com/emacs/dotemacs</a>.</p>