Skip to content

Commit

Permalink
Don't require that aspell support the "--sug-mode=ultra" option
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
purcell committed Mar 15, 2013
1 parent ea3c607 commit e265849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions init-spelling.el
@@ -1,6 +1,4 @@
(when (executable-find "aspell") (require 'ispell)
(setq ispell-program-name "aspell"
ispell-extra-args '("--sug-mode=ultra")))


(when (executable-find ispell-program-name) (when (executable-find ispell-program-name)
(require 'init-flyspell)) (require 'init-flyspell))
Expand Down

0 comments on commit e265849

Please sign in to comment.