summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-10-01 23:40:27 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2018-10-01 23:40:27 +0200
commit9968e66b6465d0828a9c9339dc63768a70518e33 (patch)
treeae214d862be22d3b416220e5fa31b4bdeafd8735
parent3be2260806c12d60c9f7ca66429db72096ac3e94 (diff)
downloadorg-mode-9968e66b6465d0828a9c9339dc63768a70518e33.tar.gz
org: Dropped one non-functional keybinding
-rw-r--r--lisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index f3a19d6..8aa16bf 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18984,7 +18984,6 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
;;;; All the other keys
(org-defkey org-mode-map (kbd "|") #'org-force-self-insert)
-(org-defkey org-mode-map (kbd "C-c C-a") #'org-show-all)
(org-defkey org-mode-map (kbd "C-c C-r") #'org-reveal)
(org-defkey org-mode-map (kbd "C-M-t") #'org-transpose-element)
(org-defkey org-mode-map (kbd "M-}") #'org-forward-element)