From 71e212868f19c43f7f495e64bd13982a33fa0b18 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 22 May 2018 12:40:24 +0100 Subject: [PATCH] hl-line has been activated by default --- lib/extensions/editor/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index 02fdd9e..e13499f 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -80,6 +80,10 @@ ;; scratch should be scratch (setq initial-scratch-message nil) + (ability highligh-current-line () + "Highlights the current line." + (global-hl-line-mode t)) + (ability flycheck () "Check syntax on the fly using flycheck." (require 'flycheck)