Merge pull request #829 from swaroopch/patch-1

Enable ERC spell mode only if prelude-flyspell
This commit is contained in:
Bozhidar Batsov 2015-03-16 08:02:04 +02:00
commit eeec7a45f6

View file

@ -74,7 +74,8 @@
(erc-truncate-mode +1)
;; enable spell checking
(erc-spelling-mode 1)
(when prelude-flyspell
(erc-spelling-mode 1))
;; set different dictionaries by different servers/channels
;;(setq erc-spelling-dictionaries '(("#emacs" "american")))