Skip to content

Commit

Permalink
Turn of hl-line-mode in ERC
Browse files Browse the repository at this point in the history
  • Loading branch information
ramen committed Sep 17, 2010
1 parent ac341f5 commit 43a2d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ramen/init-colors.el
Expand Up @@ -7,6 +7,8 @@

(add-hook 'erc-mode-hook
(lambda ()
(make-local-variable 'global-hl-line-mode)
(setq global-hl-line-mode nil)
(set-face-foreground 'erc-input-face "#fcaf3e")
(set-face-foreground 'erc-nick-default-face "#729fcf")
(set-face-foreground 'erc-timestamp-face "gray30")))
Expand Down

0 comments on commit 43a2d11

Please sign in to comment.