diff options
| -rw-r--r-- | emacs/emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 6e0300f7..59d18153 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -63,6 +63,7 @@ (global-completion-preview-mode 1) (setq tab-always-indent 'complete) +(setq text-mode-ispell-word-completion nil) ;; Rust support ;; rustic-enable-detached-file-support seems to be problematic :( |
