Skip to content

Commit

Permalink
Disable hl-mode in terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 4, 2017
1 parent 3dfb229 commit f9bd5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
;; Highlight the current line
(use-package hl-line
:defer t
:if (display-graphic-p)
:init (add-hook 'after-init-hook 'global-hl-line-mode))

;; Highlight symbol
Expand Down

0 comments on commit f9bd5d7

Please sign in to comment.