Compare commits
No commits in common. "master" and "3a9ddbd11dad715b79c7078c8c993f1ad0dc6cda" have entirely different histories.
master
...
3a9ddbd11d
1 changed files with 1 additions and 7 deletions
|
@ -121,8 +121,7 @@
|
|||
(define-key taskwarrior-mode-map (kbd "f") 'taskwarrior-set-filter)
|
||||
(define-key taskwarrior-mode-map (kbd "t") 'taskwarrior-edit-tags)
|
||||
(define-key taskwarrior-mode-map (kbd "RET") 'taskwarrior-info)
|
||||
(define-key taskwarrior-mode-map (kbd "P") 'taskwarrior-edit-project)
|
||||
(define-key taskwarrior-mode-map (kbd "s") 'taskwarrior-sync))
|
||||
(define-key taskwarrior-mode-map (kbd "P") 'taskwarrior-edit-project))
|
||||
|
||||
(defun taskwarrior-load-profile (profile)
|
||||
"Load a predefined taskwarrior PROFILE."
|
||||
|
@ -283,11 +282,6 @@
|
|||
(taskwarrior-export "status=pending")))
|
||||
(tabulated-list-print t)))
|
||||
|
||||
(defun taskwarrior-sync ()
|
||||
"Sync with taskd server."
|
||||
(interactive)
|
||||
(taskwarrior--shell-command "sync"))
|
||||
|
||||
(defun taskwarrior-export-task (id)
|
||||
"Export task with ID."
|
||||
(let ((task (taskwarrior-vector-to-list
|
||||
|
|
Loading…
Reference in a new issue