[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:
Gergely Polonkai 2018-11-18 07:07:17 +01:00
parent 34e6edc79a
commit 2d33f19560
1 changed files with 1 additions and 1 deletions

View File

@ -2454,7 +2454,7 @@ This is a big one; I use a lot of customisation here.
("C-c l" . org-toggle-link-display)
("C-a" . gpolonkai/move-to-beginning-of-line)
("C-e" . gpolonkai/move-to-end-of-line)
("h" . outline-previous-heading)))
("C-c h" . outline-previous-heading)))
#+END_SRC
** Org bullets