From 20ef6710e0129579bbcf8cb1becda7b18cf6c278 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Dec 2019 03:55:42 +0000 Subject: fix(emacs.d): Only highlight current line in prog-modes This is extremely annoying in vterms, so now it's gone! --- tools/emacs/config/modes.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/emacs/config/modes.el') diff --git a/tools/emacs/config/modes.el b/tools/emacs/config/modes.el index ceef84b9626d..8d47f2f9a531 100644 --- a/tools/emacs/config/modes.el +++ b/tools/emacs/config/modes.el @@ -1,6 +1,7 @@ ;; Initializes modes I use. (add-hook 'prog-mode-hook 'esk-add-watchwords) +(add-hook 'prog-mode-hook 'hl-line-mode) ;; Use auto-complete as completion at point (defun set-auto-complete-as-completion-at-point-function () -- cgit 1.4.1