3 lines
1.1 KiB
Plaintext
3 lines
1.1 KiB
Plaintext
<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 it’s 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. There’s no reason you can’t integrate Kitchin’s system into your own. There’s 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> |