Add keybinding for taskwarrior (for development purposes)
This commit is contained in:
parent
e15f66a06d
commit
ad3cfba6e2
1 changed files with 3 additions and 0 deletions
|
@ -206,3 +206,6 @@ the front and focus it. Otherwise, create one and load the data."
|
||||||
(minute (substring ts 11 13))
|
(minute (substring ts 11 13))
|
||||||
(second (substring ts 13 15)))
|
(second (substring ts 13 15)))
|
||||||
(format "%s-%s-%s %s:%s:%s" year month day hour minute second)))
|
(format "%s-%s-%s %s:%s:%s" year month day hour minute second)))
|
||||||
|
|
||||||
|
|
||||||
|
(global-set-key (kbd "C-x t") 'taskwarrior)
|
||||||
|
|
Loading…
Reference in a new issue