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)))))