From f773facfd4b973fe59f0bf54df26d33b5e27f686 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Apr 2022 19:56:39 -0700 Subject: remove more ivy stuff --- emacs/custom/my-text.el | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'emacs') 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 -- cgit 1.4.1