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?