summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-18 07:35:01 +0200
committerrekado <rekado@elephly.net>2016-06-18 10:03:36 +0200
commit656fa4da299671bd166c63727c0fcc848473e915 (patch)
treee681312d470dde0c7e539733700ccd1aaae540f6 /init.el
parent07eb1bce6900ac63bc7561fb26cce83e4684be48 (diff)
Don't highlight current line.
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index 7e93a5d..0a5c8c2 100644
--- a/init.el
+++ b/init.el
@@ -202,10 +202,6 @@
(delete-selection-mode 1) ; delete seleted text when typing
-(global-hl-line-mode 1) ; turn on highlighting current line
-(set-face-background 'hl-line "#222")
-(set-face-attribute hl-line-face nil :underline nil)
-
;; don't let the cursor go into minibuffer prompt, HT Xah Lee
(setq minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt))