From 5986628dfff4b4fb49a2b02a20c9994247a75c20 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 14 Apr 2025 13:15:15 +0200 Subject: [PATCH] workaround for windows ispell since emacs 30.1 --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index b1e02d2..94e28cb 100644 --- a/config.org +++ b/config.org @@ -464,7 +464,9 @@ Some windows specific stuff (when (boundp 'w32-pipe-read-delay) (setq w32-pipe-read-delay 0)) (when (boundp 'w32-get-true-file-attributes) - (setq w32-get-true-file-attributes nil))) + (setq w32-get-true-file-attributes nil)) + (setq text-mode-ispell-word-completion nil) ;;got errors since emacs30.1 (2025-04-14) in corfu/ispell, no local dictionary? + ) #+END_SRC * burly