Change default org-mark-subtree speed command
* org.el (org-speed-commands-default): Change default binding for org-mark-subtree from "." to "@" to be more consistent with "C-c @". TINYCHANGE
This commit is contained in:
parent
5ea1322c99
commit
57aa34f6b2
|
@ -18744,7 +18744,7 @@ BEG and END default to the buffer boundaries."
|
|||
("^" . org-sort)
|
||||
("w" . org-refile)
|
||||
("a" . org-archive-subtree-default-with-confirmation)
|
||||
("." . org-mark-subtree) ;; FIXME Better use @ (see C-c @) here?
|
||||
("@" . org-mark-subtree)
|
||||
("#" . org-toggle-comment)
|
||||
("Clock Commands")
|
||||
("I" . org-clock-in)
|
||||
|
|
Loading…
Reference in New Issue