summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs b/emacs
index 778dd9b..18f850b 100644
--- a/emacs
+++ b/emacs
@@ -106,7 +106,8 @@
(set-selection-coding-system 'utf-8)
;; Spell checking
-(setq-default ispell-program-name "aspell")
+(setq-default ispell-program-name "aspell"
+ ispell-extra-args '("--sug-mode=ultra"))
(setq-default ispell-dictionary "en_US")
;; Default Web Browser