projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636bcaf
)
[emacs/org] (arguably) more convenient s-T binding for org-todo
author
Amin Bandali
<bandali@gnu.org>
Fri, 12 Apr 2019 23:21:45 +0000
(19:21 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 12 Apr 2019 23:21:45 +0000
(19:21 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
818e5c3
..
d02ed3b
100644
(file)
--- 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))