Remove the overwrite of the C-c TAB binding

See also 44c46176e.
This commit is contained in:
Marco Wahl 2017-09-26 12:28:14 +02:00
parent 48f3338057
commit 193d5b5c7a
1 changed files with 0 additions and 1 deletions

View File

@ -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)