GNU ELPA - typo

typo

Description
Completion style using typo analysis
Latest
typo-1.0.1.tar (.sig), 2024-Mar-31, 50.0 KiB
Maintainer
Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
Atom feed
typo.xml
Website
https://git.sr.ht/~pkal/typo/
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Typo.el implements a Norvig-Style[0] spell-corrector for Emacs'
completion system.

To initialize this completion style, evaluate

   (add-to-list 'completion-styles 'typo t)

or configure the corresponding code in your initialisation file.

[0] https://norvig.com/spell-correct.html