emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org a957a4c 3/3: keys: Don't bind illegal C-TAB


From: ELPA Syncer
Subject: [elpa] externals-release/org a957a4c 3/3: keys: Don't bind illegal C-TAB
Date: Fri, 10 Dec 2021 04:57:48 -0500 (EST)

branch: externals-release/org
commit a957a4c19d42db43e4bf7e2f90b5734064055361
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    keys: Don't bind illegal C-TAB
    
    * lisp/org-keys.el (org-mode-map): Bind `org-force-cycle-archived' to
    C-c C-<tab> instead of C-c C-TAB.
    
    Reported-by: Ingo Lohmar <ingo.lohmar@posteo.net>
    <http://lists.gnu.org/r/emacs-orgmode/2021-10/msg00048.html>
---
 lisp/org-keys.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-keys.el b/lisp/org-keys.el
index a10db7e..a3d9576 100644
--- a/lisp/org-keys.el
+++ b/lisp/org-keys.el
@@ -444,7 +444,7 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command 
names."
 
 ;;;; TAB key with modifiers
 (org-defkey org-mode-map (kbd "TAB") #'org-cycle)
-(org-defkey org-mode-map (kbd "C-c C-TAB") #'org-force-cycle-archived)
+(org-defkey org-mode-map (kbd "C-c C-<tab>") #'org-force-cycle-archived)
 ;; Override text-mode binding to expose `complete-symbol' for
 ;; pcomplete functionality.
 (org-defkey org-mode-map (kbd "M-TAB") nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]