From 4a5f8d644fe41ed64dfebe7ca8de6e12cc9055d7 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@tfcconnection.org>
Date: Sun, 5 Sep 2021 13:56:21 -0500
Subject: [PATCH] fixing org-cycle

---
 README.org | 3 +--
 init.el    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 5f20d737..e6791689 100644
--- a/README.org
+++ b/README.org
@@ -1207,8 +1207,7 @@ Part of this config includes some special capture templates for my work as a you
            "RET" 'chris/org-dwim-at-point
            "gC" 'chris/org-columns-view
            "ge" 'org-edit-src-code
-           "t" 'org-todo
-           "C-i" 'completion-at-point)
+           "t" 'org-todo)
   ('insert org-mode-map
            "C-i" 'completion-at-point)
   ('normal 'org-src-mode-map
diff --git a/init.el b/init.el
index e4ca3aa3..df3814f4 100644
--- a/init.el
+++ b/init.el
@@ -810,8 +810,7 @@ vertically."
            "RET" 'chris/org-dwim-at-point
            "gC" 'chris/org-columns-view
            "ge" 'org-edit-src-code
-           "t" 'org-todo
-           "C-i" 'completion-at-point)
+           "t" 'org-todo)
   ('insert org-mode-map
            "C-i" 'completion-at-point)
   ('normal 'org-src-mode-map