Disable hl-line in Emacs when using Emacs Starter Kit?

Viewed 2850

This problem is killing my productivity.

The Emacs Starter Kit automatically enables hl-line, which highlights the current line. It makes me unable to see the highlighting on the current line.

I've tried setting (global-hl-line-mode nil) and (hl-line-mode nil) globally and added to the mode hooks such as clojure-mode-hook, but it still shows up.

What elisp do I need to disable this feature?

7 Answers
Related