From 802f0f4213900ae78cd5eea63f40e46651f90cbd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 8 Jul 2013 01:52:03 +0200 Subject: emacs: Loading hooks + disabling hl-line-mode globally (I really don't like it) --- emacs.d/init-settings.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/init-settings.el') diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index 7e0d7ca786b8..042f35a48ca4 100644 --- a/emacs.d/init-settings.el +++ b/emacs.d/init-settings.el @@ -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")) -- cgit 1.4.1