Fix embark keymaps with flyspell
This commit is contained in:
parent
d79f8e9e1c
commit
1912a4cabf
6
init.el
6
init.el
|
@ -548,8 +548,10 @@
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:hook (org-mode text-mode)
|
:hook (org-mode text-mode)
|
||||||
:bind (:map flyspell-mode-map
|
:custom
|
||||||
("C-:" . flyspell-auto-correct-previous-word)))
|
(flyspell-auto-correct-binding (kbd "C-:"))
|
||||||
|
:config
|
||||||
|
(keymap-unset flyspell-mode-map "C-."))
|
||||||
|
|
||||||
(use-package ffap
|
(use-package ffap
|
||||||
:demand t
|
:demand t
|
||||||
|
|
Loading…
Reference in a new issue