GNU ELPA - typo

typo

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

To install this package, run in Emacs:

M-x package-install RET typo RET

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