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