From 0f7a6c7f87e98754cd014f1aae631856ec6d1283 Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Fri, 8 Apr 2016 13:42:38 +0200 Subject: [PATCH] =?UTF-8?q?[bepo]=20Remove=20`SPC=20j=20=E2=80=A6`=20corre?= =?UTF-8?q?ctions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These corrections were useful only before `SPC j` has been reassigned for jumping functions. --- layers/+keyboard-layouts/bepo/keybindings.el | 22 -------------------- 1 file changed, 22 deletions(-) delete mode 100644 layers/+keyboard-layouts/bepo/keybindings.el diff --git a/layers/+keyboard-layouts/bepo/keybindings.el b/layers/+keyboard-layouts/bepo/keybindings.el deleted file mode 100644 index b761da602..000000000 --- a/layers/+keyboard-layouts/bepo/keybindings.el +++ /dev/null @@ -1,22 +0,0 @@ -;;; keybindings.el --- bepo Layer key bindings File for Spacemacs -;; -;; Copyright (c) 2012-2016 Sylvain Benner & Contributors -;; -;; Author: Fabien Dubosson -;; 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"))