summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-19 19:54:18 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-04-19 19:54:22 +0100
commit05ba620733f91b2994d04f8cdf1e49d9a0c7a511 (patch)
treeb6d475bc876a9b9aca69d88b14314da75f29b93f
parentf9b41ac46378984b8a11fcd50360e99c7079e830 (diff)
downloaddotfiles-master.tar.gz
set text-mode-ispell-word-completionHEADmaster
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 87dde3cd..e220af96 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -440,6 +440,7 @@ windows side-by-side in the frame."
'(slime-load-failed-fasl 'never)
'(tab-bar-history-mode t)
'(tab-bar-show 1)
+ '(text-mode-ispell-word-completion nil)
'(tramp-auto-save-directory "~/.emacs.d/auto-saves/" nil nil "Put TRAMP auto-saves under local `user-emacs-directory'.")
'(tramp-backup-directory-alist '(("." . "~/.emacs.d/backups/")) nil nil "Put TRAMP backups under remote ~/.emacs.d/.")
'(tramp-copy-size-limit nil)