summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-14 19:56:39 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-14 19:56:39 -0700
commitf773facfd4b973fe59f0bf54df26d33b5e27f686 (patch)
treeb26d01514ede62d5dfa1565502234c4acae27a90 /emacs/custom
parentreplace company with corfu (diff)
downloademacs.d-f773facfd4b973fe59f0bf54df26d33b5e27f686.tar.gz
remove more ivy stuff
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/my-text.el10
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