From ad3cfba6e2b8066620726b6e1ab1bf2b3755f230 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 4 Dec 2018 18:42:44 +0100 Subject: [PATCH] Add keybinding for taskwarrior (for development purposes) --- taskwarrior.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taskwarrior.el b/taskwarrior.el index 55fce35..03ca94b 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -206,3 +206,6 @@ the front and focus it. Otherwise, create one and load the data." (minute (substring ts 11 13)) (second (substring ts 13 15))) (format "%s-%s-%s %s:%s:%s" year month day hour minute second))) + + +(global-set-key (kbd "C-x t") 'taskwarrior)