fixing org-cycle
This commit is contained in:
parent
6d5ff9e818
commit
4a5f8d644f
|
@ -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
|
"RET" 'chris/org-dwim-at-point
|
||||||
"gC" 'chris/org-columns-view
|
"gC" 'chris/org-columns-view
|
||||||
"ge" 'org-edit-src-code
|
"ge" 'org-edit-src-code
|
||||||
"t" 'org-todo
|
"t" 'org-todo)
|
||||||
"C-i" 'completion-at-point)
|
|
||||||
('insert org-mode-map
|
('insert org-mode-map
|
||||||
"C-i" 'completion-at-point)
|
"C-i" 'completion-at-point)
|
||||||
('normal 'org-src-mode-map
|
('normal 'org-src-mode-map
|
||||||
|
|
3
init.el
3
init.el
|
@ -810,8 +810,7 @@ vertically."
|
||||||
"RET" 'chris/org-dwim-at-point
|
"RET" 'chris/org-dwim-at-point
|
||||||
"gC" 'chris/org-columns-view
|
"gC" 'chris/org-columns-view
|
||||||
"ge" 'org-edit-src-code
|
"ge" 'org-edit-src-code
|
||||||
"t" 'org-todo
|
"t" 'org-todo)
|
||||||
"C-i" 'completion-at-point)
|
|
||||||
('insert org-mode-map
|
('insert org-mode-map
|
||||||
"C-i" 'completion-at-point)
|
"C-i" 'completion-at-point)
|
||||||
('normal 'org-src-mode-map
|
('normal 'org-src-mode-map
|
||||||
|
|
Loading…
Reference in a new issue