From 965775c805049a2442bdd2f49b5d5c7bc2b9c088 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Thu, 4 Oct 2018 18:37:30 +0200 Subject: [PATCH] Highlight current line thorugh hl-line-mode --- taskwarrior.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskwarrior.el b/taskwarrior.el index 8082d32..22fd561 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -84,6 +84,8 @@ the front and focus it. Otherwise, create one and load the data." (erase-buffer) (taskwarrior-write-entries) (taskwarrior-mode) + (hl-line-mode) + (goto-char (point-min)) (while (not (equal (overlays-at (point)) nil)) (forward-char)))))