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:
Suvayu Ali 2013-02-19 16:40:14 +01:00 committed by Bastien Guerry
parent 5ea1322c99
commit 57aa34f6b2
1 changed files with 1 additions and 1 deletions

View File

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