From b24d01988219410fb5651b741333a36d71094237 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 13 Nov 2018 16:57:20 +0100 Subject: [PATCH] Make taskwarrior buffer read-only --- taskwarrior.el | 1 + 1 file changed, 1 insertion(+) 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))