浏览代码

Remove the overwrite of the C-c TAB binding

See also 44c46176e.
Marco Wahl 7 年之前
父节点
当前提交
193d5b5c7a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)