Explorar el Código

org.el (org-speed-commands-default): Use ?s for `org-narrow-to-subtree'

* org.el (org-speed-commands-default): Use ?s for
`org-narrow-to-subtree'.
Bastien Guerry hace 12 años
padre
commit
b5f4bd12cb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -19027,6 +19027,7 @@ BEG and END default to the buffer boundaries."
     ("c" . org-cycle)
     ("C" . org-shifttab)
     (" " . org-display-outline-path)
+    ("s" . org-narrow-to-subtree)
     ("=" . org-columns)
     ("Outline Structure Editing")
     ("U" . org-shiftmetaup)