From: Amin Bandali Date: Fri, 12 Apr 2019 23:21:45 +0000 (-0400) Subject: [emacs/org] (arguably) more convenient s-T binding for org-todo X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/44b93a2077e666cd1c437ab513a7d2160d750d11?hp=636bcaf74b0b4d073bcf486e22f8af53b85a0549 [emacs/org] (arguably) more convenient s-T binding for org-todo --- diff --git a/init.org b/init.org index 818e5c3..d02ed3b 100644 --- a/init.org +++ b/init.org @@ -913,7 +913,8 @@ And here's where my actual Org configurations begin: :bind (("C-c a o a" . org-agenda) :map org-mode-map - ("M-L" . org-insert-last-stored-link)) + ("M-L" . org-insert-last-stored-link) + ("s-T" . org-todo)) :hook ((org-mode . org-indent-mode) (org-mode . auto-fill-mode) (org-mode . flyspell-mode))