[Bugfix] Fix Org key binding that jumps to previous heading
As it turns out, org-mode-map is a global map, not the map under C-c.
This commit is contained in:
parent
34e6edc79a
commit
2d33f19560
@ -2454,7 +2454,7 @@ This is a big one; I use a lot of customisation here.
|
|||||||
("C-c l" . org-toggle-link-display)
|
("C-c l" . org-toggle-link-display)
|
||||||
("C-a" . gpolonkai/move-to-beginning-of-line)
|
("C-a" . gpolonkai/move-to-beginning-of-line)
|
||||||
("C-e" . gpolonkai/move-to-end-of-line)
|
("C-e" . gpolonkai/move-to-end-of-line)
|
||||||
("h" . outline-previous-heading)))
|
("C-c h" . outline-previous-heading)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Org bullets
|
** Org bullets
|
||||||
|
Loading…
Reference in New Issue
Block a user