Revert "feat(diff): disallow editing done tasks by default (#132)" (#133)

This reverts commit 24e8741ae1.
This commit is contained in:
Barrett Ruth 2026-03-10 22:45:07 -04:00 committed by Barrett Ruth
parent 26b8bb4beb
commit 343dbb202b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 76 additions and 148 deletions

View file

@ -101,7 +101,6 @@
---@field view pending.ViewConfig
---@field max_priority? integer
---@field sync? pending.SyncConfig
---@field lock_done? boolean
---@field forge? pending.ForgeConfig
---@field icons pending.Icons
@ -116,7 +115,6 @@ local defaults = {
date_syntax = 'due',
recur_syntax = 'rec',
someday_date = '9999-12-30',
lock_done = true,
max_priority = 3,
view = {
default = 'category',