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,3 @@
<p>John Kitchin has another video up in his <a href="https://www.youtube.com/playlist?list=PL0sMmOaE_gs3E0OjExoI7vlCAVygj6S4I">Scimax series</a>. This one is about <a href="https://www.youtube.com/watch?v=V5IPZVje-ps">how he handles spell checking in Scimax</a>. As I watched the video, I thought that his setup was really new and different but it turns out that its all built on top of <code>flyspell</code> and <a href="http://aspell.net/">Aspell</a> with some help from <a href="https://github.com/d12frosted/flyspell-correct">flyspell-correct</a> and flyspell-correct-ivy (included with flyspell-correct).</p>
<p>Watch the video to see how it all works. Theres no reason you cant integrate Kitchins system into your own. Theres not a whole lot of code involved as you can see from <a href="https://github.com/jkitchin/scimax/blob/master/scimax-spellcheck.el">scimax-spellcheck.el</a>. The hydra that he discusses in <a href="https://github.com/jkitchin/scimax/blob/c7609320d77edbb7c13429db6570543d4bb3276b/scimax-hydra.el#L1005">here</a>.</p>
<p>The video is 7 minutes, 23 seconds so it should be easy to fit into a coffee break.</p>