Browse Source

workaround for windows ispell since emacs 30.1

master
Marc Pohling 1 week ago
parent
commit
5986628dff
1 changed files with 3 additions and 1 deletions
  1. 4
      config.org

4
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

Loading…
Cancel
Save