Rename taskwarrior-change-description to taskwarrior-edit-description
This commit is contained in:
parent
d413061ee2
commit
46f2d2b862
1 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@
|
||||||
(define-key taskwarrior-mode-map (kbd "d") 'taskwarrior-date)
|
(define-key taskwarrior-mode-map (kbd "d") 'taskwarrior-date)
|
||||||
(define-key taskwarrior-mode-map (kbd "x") 'taskwarrior-done)
|
(define-key taskwarrior-mode-map (kbd "x") 'taskwarrior-done)
|
||||||
(define-key taskwarrior-mode-map (kbd "D") 'taskwarrior-delete)
|
(define-key taskwarrior-mode-map (kbd "D") 'taskwarrior-delete)
|
||||||
(define-key taskwarrior-mode-map (kbd "e") 'taskwarrior-change-description)
|
(define-key taskwarrior-mode-map (kbd "e") 'taskwarrior-edit-description)
|
||||||
(define-key taskwarrior-mode-map (kbd "q") 'quit-window)
|
(define-key taskwarrior-mode-map (kbd "q") 'quit-window)
|
||||||
(define-key taskwarrior-mode-map (kbd "g") 'taskwarrior-update-buffer)
|
(define-key taskwarrior-mode-map (kbd "g") 'taskwarrior-update-buffer)
|
||||||
(define-key taskwarrior-mode-map (kbd "q") 'quit-window)
|
(define-key taskwarrior-mode-map (kbd "q") 'quit-window)
|
||||||
|
@ -325,8 +325,8 @@
|
||||||
(new (completing-read "Project: " options nil nil old)))
|
(new (completing-read "Project: " options nil nil old)))
|
||||||
(taskwarrior--mutable-shell-command "modify" id (concat "project:" new))))
|
(taskwarrior--mutable-shell-command "modify" id (concat "project:" new))))
|
||||||
|
|
||||||
(defun taskwarrior-change-description ()
|
(defun taskwarrior-edit-description ()
|
||||||
"Change the description of a task."
|
"Edit the description of a task."
|
||||||
(interactive)
|
(interactive)
|
||||||
(taskwarrior--change-attribute "description"))
|
(taskwarrior--change-attribute "description"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue