diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/flyspell-and-abbrev.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/flyspell-and-abbrev.el b/modules/flyspell-and-abbrev.el index 08b96036..8c9550d5 100644 --- a/modules/flyspell-and-abbrev.el +++ b/modules/flyspell-and-abbrev.el @@ -89,6 +89,8 @@ :after (ispell abbrev) :ensure nil ;; built-in :config + ;; unset keybinding as we're using it for cj/custom keymap + (keymap-unset flyspell-mode-map "C-;") ;; don't print message for every word when checking (setq flyspell-issue-message-flag nil)) |
