[bepo] Remove SPC j … corrections

These corrections were useful only before `SPC j` has been reassigned
for jumping functions.
This commit is contained in:
Fabien Dubosson 2016-04-08 13:42:38 +02:00
parent ec9f6cfd53
commit 0f7a6c7f87

View file

@ -1,22 +0,0 @@
;;; keybindings.el --- bepo Layer key bindings File for Spacemacs
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Fabien Dubosson <fabien.dubosson@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(bepo|config spacemacs
:description
"Customize some `spacemacs' bindings."
:config
(bepo/leader-correct-keys
"jh"
"jj"
"jk"
"jl"
;;
"jJ"))