fixing org-cycle

This commit is contained in:
Chris Cochrun 2021-09-05 13:56:21 -05:00
parent 6d5ff9e818
commit 4a5f8d644f
2 changed files with 2 additions and 4 deletions

View file

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

View file

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