From 1fb60c8f76821b867387ccc066f67cd53aaf7578 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 13 Feb 2016 16:19:49 -0800 Subject: [emacs] highlight the current line. --- emacs.d/core/core-ui.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/core/core-ui.el') diff --git a/emacs.d/core/core-ui.el b/emacs.d/core/core-ui.el index ff70ae3..7abb052 100644 --- a/emacs.d/core/core-ui.el +++ b/emacs.d/core/core-ui.el @@ -11,6 +11,9 @@ (setq inhibit-startup-message t) (setq initial-scratch-message ";; scratch buffer") +;; highlight the current line +(global-hl-line-mode +1) + (setq frame-title-format '(buffer-file-name "%f" ("%b"))) ;; no blink cursor -- cgit 1.4.1