xuchunyang / flyspell-popup

Correcting words with Flyspell in popup menus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flyspell-popup

http://stable.melpa.org/packages/flyspell-popup-badge.svg http://melpa.org/packages/flyspell-popup-badge.svg http://img.shields.io/:license-gpl3-blue.svg

Correct the misspelled word in popup menu:

./images/screenshot-1.png

Usage

Call flyspell-popup-correct to correct misspelled word at point with a Popup Menu. You might want to bind it to a short key, for example:

(define-key flyspell-mode-map (kbd "C-;") #'flyspell-popup-correct)

You can also enable flyspell-popup-auto-correct-mode to popup that Popup Menu automatically with a delay (default 1.6 seconds):

(add-hook 'flyspell-mode-hook #'flyspell-popup-auto-correct-mode)

About

Correcting words with Flyspell in popup menus


Languages

Language:Emacs Lisp 100.0%