diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:56:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:56:39 -0700 |
commit | f773facfd4b973fe59f0bf54df26d33b5e27f686 (patch) | |
tree | b26d01514ede62d5dfa1565502234c4acae27a90 /emacs | |
parent | replace company with corfu (diff) | |
download | emacs.d-f773facfd4b973fe59f0bf54df26d33b5e27f686.tar.gz |
remove more ivy stuff
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 |