Skip to content

Commit

Permalink
Quick Fix of syl20bnr#11954
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesHD committed Jan 6, 2020
1 parent 7636811 commit a9273f5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions layers/+intl/keyboard-layout/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@
"Remap `evil-window' bindings."
:loader
(with-eval-after-load 'evil-commands BODY)
:common
;; FIXME: Not working
(kl/leader-correct-keys
"wh"
"wj"
"wk"
"wl"
;;
"wH"
"wJ"
"wK"
"wL")
;; :common
;; ;; FIXME: Not working
;; (kl/leader-correct-keys
;; "wh"
;; "wj"
;; "wk"
;; "wl"
;; ;;
;; "wH"
;; "wJ"
;; "wK"
;; "wL")
:bepo
(progn
(spacemacs/set-leader-keys
Expand Down

0 comments on commit a9273f5

Please sign in to comment.