Highlight current line thorugh hl-line-mode

This commit is contained in:
Patrick Winter 2018-10-04 18:37:30 +02:00
parent 4be6f64915
commit 965775c805

View file

@ -84,6 +84,8 @@ the front and focus it. Otherwise, create one and load the data."
(erase-buffer) (erase-buffer)
(taskwarrior-write-entries) (taskwarrior-write-entries)
(taskwarrior-mode) (taskwarrior-mode)
(hl-line-mode)
(goto-char (point-min))
(while (not (equal (overlays-at (point)) nil)) (while (not (equal (overlays-at (point)) nil))
(forward-char))))) (forward-char)))))