emacs: Loading hooks + disabling hl-line-mode globally (I really don't

like it)
This commit is contained in:
Vincent Ambo 2013-07-08 01:52:03 +02:00
parent 977f658cf7
commit 802f0f4213
3 changed files with 3 additions and 1 deletions

View file

@ -87,6 +87,8 @@ comment as a filename."
(load-theme 'hickey t)
(global-hl-line-mode -1)
;; Hiding JOIN, QUIT, PART
(setq erc-hide-list '("JOIN" "PART" "QUIT"))