diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-text.el | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/emacs/custom/my-text.el b/emacs/custom/my-text.el index 6dfb124..292a7f9 100644 --- a/emacs/custom/my-text.el +++ b/emacs/custom/my-text.el @@ -12,15 +12,7 @@ :custom (ispell-dictionary "en_US") (ispell-program-name "aspell") - (ispell-extra-args '("--camel-case")) - :config - (use-package flyspell-correct-ivy - :after flyspell - :ensure t - :bind (:map flyspell-mode-map - ("C-M-:" . flyspell-correct-at-point)) - :custom - (flyspell-correct-interface #'flyspell-correct-ivy))) + (ispell-extra-args '("--camel-case"))) (use-package markdown-mode :ensure t |