[bepo] Remove SPC j …
corrections
These corrections were useful only before `SPC j` has been reassigned for jumping functions.
This commit is contained in:
parent
ec9f6cfd53
commit
0f7a6c7f87
1 changed files with 0 additions and 22 deletions
|
@ -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"))
|
|
Reference in a new issue