Fix embark keymaps with flyspell

This commit is contained in:
eriedaberrie 2023-02-10 09:40:32 -08:00
parent d79f8e9e1c
commit 1912a4cabf

View file

@ -548,8 +548,10 @@
(use-package flyspell
:ensure nil
:hook (org-mode text-mode)
:bind (:map flyspell-mode-map
("C-:" . flyspell-auto-correct-previous-word)))
:custom
(flyspell-auto-correct-binding (kbd "C-:"))
:config
(keymap-unset flyspell-mode-map "C-."))
(use-package ffap
:demand t