From 8f24fd3dd31c0112bd0f492a3b3ac63b7dc4f7a0 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Thu, 4 Oct 2018 18:38:12 +0200 Subject: [PATCH] Fix indentation --- taskwarrior.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskwarrior.el b/taskwarrior.el index 22fd561..b701882 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -55,7 +55,7 @@ (defun taskwarrior-add (description) (interactive "sDescription: ") - (taskwarrior--shell-command "add" "" description)) + (taskwarrior--shell-command "add" "" description)) ;; Setup a major mode for taskwarrior ;;;###autoload