diff options
Diffstat (limited to 'tools/emacs/config/modes.el')
-rw-r--r-- | tools/emacs/config/modes.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 () |