Mercurial > emacs
changeset 96826:1e197e79733b
(narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 19 Jul 2008 23:57:41 +0000 |
parents | 33a298e6bf4c |
children | b007deb63e00 |
files | lisp/org/org.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/org/org.el Sat Jul 19 23:57:12 2008 +0000 +++ b/lisp/org/org.el Sat Jul 19 23:57:41 2008 +0000 @@ -12427,7 +12427,7 @@ (org-defkey org-mode-map "\C-c\C-a" 'show-all) ; in case allout messed up. (org-defkey org-mode-map "\C-c\C-r" 'org-reveal) -(org-defkey org-mode-map "\C-xns" 'org-narrow-to-subtree) +(org-defkey narrow-map "s" 'org-narrow-to-subtree) (org-defkey org-mode-map "\C-c$" 'org-archive-subtree) (org-defkey org-mode-map "\C-c\C-x\C-s" 'org-advertized-archive-subtree) (org-defkey org-mode-map "\C-c\C-x\C-a" 'org-toggle-archive-tag)