Browse Source

enabled flyspell only is aspell is available

custom
Bozhidar Batsov 13 years ago
parent
commit
a9253bc967
  1. 3
      prelude/prelude-editor.el

3
prelude/prelude-editor.el

@ -198,8 +198,9 @@
ispell-extra-args '("--sug-mode=ultra"))
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
(when (executable-find ispell-program-name)
(add-hook 'message-mode-hook 'flyspell-mode)
(add-hook 'text-mode-hook 'flyspell-mode)
(add-hook 'text-mode-hook 'flyspell-mode))
;; enable narrowing commands
(put 'narrow-to-region 'disabled nil)

Loading…
Cancel
Save