From 092fdc75a86c58cf7ccf51e7424e33c54990b5c9 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 21 May 2019 16:29:39 +0200 Subject: [PATCH] Remove unecessary constant --- taskwarrior.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/taskwarrior.el b/taskwarrior.el index 70d351c..3d2bd23 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -13,8 +13,6 @@ (defvar taskwarrior-buffer-name "*taskwarrior*") -(defconst taskwarrior-mutating-commands '("add" "modify")) - (defvar taskwarrior-description 'taskwarrior-description "Taskwarrior mode face used for tasks with a priority of C.")