Browse Source

Enable ERC spell mode only if prelude-flyspell

custom
Swaroop C H 11 years ago
parent
commit
c572d7cb8f
  1. 3
      modules/prelude-erc.el

3
modules/prelude-erc.el

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

Loading…
Cancel
Save