emacs/var/elfeed/db/data/de/deea24899b5fd69768502cb41c634873f2a6c705
2022-01-03 12:49:32 -06:00

3 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>