Layer +chat/erc: Add spell checking and mIRC colors

This commit is contained in:
Benjamin Levy 2019-07-30 17:41:06 -04:00 committed by duianto
parent 0e0319968d
commit 6db052334d
2 changed files with 3 additions and 0 deletions

View File

@ -1413,6 +1413,7 @@ Other:
- ~SPC m b~ to switch between ERC buffers (thanks to Evan Klitzke)
- Conditionally enable ERC notifications via =erc-enable-notifications=
(thanks to Evan Klitzke)
- Added spell checking and mIRC colors (thanks to Benjamin Levy)
**** ESS
- Key bindings:
- Change ~SPC m s t~ to ~SPC m s f~ to respect convention (thanks to Yi Liu)

View File

@ -78,6 +78,8 @@
(setq erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "MODE")
erc-server-coding-system '(utf-8 . utf-8))
(setq erc-prompt (lambda () (concat "[" (buffer-name) "]")))
(erc-spelling-mode 1)
(setq erc-interpret-mirc-color t)
;; Notifications are enabled if erc-enable-notifications is non-nil, and
;; D-BUS is available (i.e. Linux/BSD).