Add keybinding for taskwarrior (for development purposes)

This commit is contained in:
Patrick Winter 2018-12-04 18:42:44 +01:00
parent e15f66a06d
commit ad3cfba6e2

View file

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