Skip to content

Commit

Permalink
[bepo] Fix loading of the ranger correction
Browse files Browse the repository at this point in the history
For whatever-reason-unknown-to-me, this change is needed in order to
make key correction working now :-)
  • Loading branch information
StreakyCobra authored and TheBB committed Sep 3, 2016
1 parent 6a08e2f commit 2ef2c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+intl/keyboard-layout/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
:description
"Remap navigation keys in `ranger'."
:loader
(with-eval-after-load 'ranger BODY)
(spacemacs|use-package-add-hook ranger :post-config BODY)
:common
(kl/correct-keys ranger-mode-map
"h"
Expand Down

0 comments on commit 2ef2c48

Please sign in to comment.