Highlight current line thorugh hl-line-mode
This commit is contained in:
parent
4be6f64915
commit
965775c805
1 changed files with 2 additions and 0 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue