Fix indentation

This commit is contained in:
Patrick Winter 2018-10-04 18:38:12 +02:00
parent 965775c805
commit 8f24fd3dd3

View file

@ -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