Emacs ERC buffer have no color -
i don't know happen, when reinstall scheme (xubuntu 14.04) emacs 24.3.1 , when run erc, got no colors. when run erc lastly time have bluish text got white. how can check what's happened? didn't run erc while, maybe alter in .emacs file.
in case problem whitespace-mode
i've added erc-mode list whitespace-mode disabled:
(setq whitespace-mode-disable '(term-mode erc-mode)) (add-hook 'after-change-major-mode-hook (lambda () (if (null (memql major-mode whitespace-mode-disable)) (whitespace-mode))))
emacs
No comments:
Post a Comment