diff --git a/taskwarrior.el b/taskwarrior.el index aea7b08..851b729 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -133,6 +133,7 @@ the front and focus it. Otherwise, create one and load the data." (erase-buffer) (taskwarrior-load-tasks "1-1000") (taskwarrior-write-entries) + (toggle-read-only) (hl-line-mode) (goto-char (point-min)) (while (not (equal (overlays-at (point)) nil))