emacs: drop the hook on cape-ispell

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-12-03 20:00:53 +01:00
parent e7abad7a14
commit cfcb6735b1
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -78,7 +78,6 @@ Hook ~cape~ onto both ~text-mode~ and ~prog-mode~.
(defun cape-setup-capf-text () (defun cape-setup-capf-text ()
"Setup cape completions for text-mode" "Setup cape completions for text-mode"
(add-hook 'completion-at-point-functions #'cape-ispell)
(cape-setup-capf)) (cape-setup-capf))
(defun cape-setup-capf () (defun cape-setup-capf ()