summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2017-09-26 12:28:14 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2017-09-26 12:28:14 +0200
commit193d5b5c7aff57c1694ad7c1f389c135404b050a (patch)
treec18736d7131bdd991c6b464e9e355ba2e3a4b1eb
parent48f33380572f1ed2ce3434a96efa8befeb624b8f (diff)
downloadorg-mode-193d5b5c7aff57c1694ad7c1f389c135404b050a.tar.gz
Remove the overwrite of the C-c TAB binding
See also 44c46176e.
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2b764db..1ffea80 100644
--- a/lisp/org.el
+++ b/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)