de en es fr nl pl pt sv

erc

Emphasizing text in ERC

David Vázquez

I have realized ERC supports control characters to emphasize text as bold, underline… However, I prefer *foo*, /bar/ and _foobar_ syntax, just like org-mode and Gnus. So I have added the following code to my .emacs to do the job: (defun erc-emphasize () (when (eq erc-interpret-controls-p t)...