Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
689c811bba
|
@ -1209,9 +1209,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
|
|
||||||
"TAB" 'org-cycle)
|
|
||||||
('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
|
||||||
|
|
4
init.el
4
init.el
|
@ -811,9 +811,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
|
|
||||||
"TAB" 'org-cycle)
|
|
||||||
('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