Skip to content

xuchunyang/flyspell-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published