From ef3ad78c1885f06a1ff2a30f1331cfa47bfd2e32 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 29 Sep 2021 16:27:35 +0200 Subject: [PATCH] Globally highlight the current line This should improve readability, but is only activated for test purpose for now. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index f282672..18384c7 100644 --- a/init.el +++ b/init.el @@ -112,6 +112,7 @@ (global-auto-revert-mode -1) (which-function-mode +1) (global-eldoc-mode +1) + (global-hl-line-mode +1) ;; Activate modes (packages)