d90c6f5fee
Isolate the calls to bepo macro in pre-init or post-init functions, this way they are called a the right time in the loading process. Previously the calls were all in the config.el file which is loaded before the package configuration phase.
22 lines
466 B
EmacsLisp
22 lines
466 B
EmacsLisp
;;; 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"))
|