[Emacs] Add keybinds for flyspell

This commit is contained in:
Lucien Cartier-Tilet 2022-02-04 17:02:01 +01:00
parent 1f51371031
commit 6d6af02910
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 0 deletions

View File

@ -7568,6 +7568,8 @@ My buffer-related keybinds are all prefixed by ~b~.
"e." '(hydra-flycheck/body :wk "hydra")
"el" #'counsel-flycheck
"ee" '(:keymap flycheck-command-map :wk "flycheck")
"ef" '(:keymap flyspell-mode-map :wk "flyspell")
"eF" #'flyspell-hydra/body
#+end_src
** Files