Browse Source

Remove the overwrite of the C-c TAB binding

See also 44c46176e.
Marco Wahl 7 năm trước cách đây
mục cha
commit
193d5b5c7a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -19612,7 +19612,6 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
 (org-defkey org-mode-map "\C-j"     'org-return-indent)
 (org-defkey org-mode-map "\C-c?"    'org-table-field-info)
 (org-defkey org-mode-map "\C-c "    'org-table-blank-field)
-(org-defkey org-mode-map (kbd "C-c TAB") #'org-table-toggle-column-width)
 (org-defkey org-mode-map "\C-c+"    'org-table-sum)
 (org-defkey org-mode-map "\C-c="    'org-table-eval-formula)
 (org-defkey org-mode-map "\C-c'"    'org-edit-special)