Cleanup code
This commit is contained in:
parent
687dd4a6ef
commit
11c8e91432
1 changed files with 0 additions and 6 deletions
|
@ -101,10 +101,6 @@
|
||||||
(taskwarrior--set-filter new-filter)
|
(taskwarrior--set-filter new-filter)
|
||||||
(taskwarrior-update-buffer new-filter))))
|
(taskwarrior-update-buffer new-filter))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(shell-command-to-string "echo yes | task 34 delete")
|
|
||||||
|
|
||||||
(defun taskwarrior--shell-command (command &optional filter modifications miscellaneous confirm)
|
(defun taskwarrior--shell-command (command &optional filter modifications miscellaneous confirm)
|
||||||
(let* ((confirmation (if confirm (concat "echo " confirm " |") ""))
|
(let* ((confirmation (if confirm (concat "echo " confirm " |") ""))
|
||||||
(cmd (format "%s task %s %s %s %s"
|
(cmd (format "%s task %s %s %s %s"
|
||||||
|
@ -268,5 +264,3 @@ the front and focus it. Otherwise, create one and load the data."
|
||||||
|
|
||||||
|
|
||||||
(global-set-key (kbd "C-x t") 'taskwarrior)
|
(global-set-key (kbd "C-x t") 'taskwarrior)
|
||||||
(taskwarrior--set-filter "project:pro5")
|
|
||||||
(message (car taskwarrior-active-filters))
|
|
||||||
|
|
Loading…
Reference in a new issue