Explorar el Código

Add shiftleft and shiftright to orgstruct-mode.

Carsten Dominik hace 16 años
padre
commit
669b8ffd23
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      lisp/org.el

+ 2 - 0
lisp/org.el

@@ -5854,6 +5854,8 @@ off orgstruct-mode will *not* remove these additional settings."
 	  '([(meta shift right)]  org-shiftmetaright)
 	  '([(shift up)]          org-shiftup)
 	  '([(shift down)]        org-shiftdown)
+	  '([(shift left)]        org-shiftleft)
+	  '([(shift right)]       org-shiftright)
 	  '("\C-c\C-c"            org-ctrl-c-ctrl-c)
 	  '("\M-q"                fill-paragraph)
 	  '("\C-c^"               org-sort)