[evil] restore original evil-lion bindings as defaults. (#15684)
This commit is contained in:
parent
6415adea49
commit
4c027d0abf
1 changed files with 3 additions and 6 deletions
|
@ -224,12 +224,9 @@
|
|||
:defer t
|
||||
:init
|
||||
(progn
|
||||
;; Override the default keys, as they collide (with what ? :-))
|
||||
(setq evil-lion-left-align-key nil
|
||||
evil-lion-right-align-key nil)
|
||||
(spacemacs/set-leader-keys
|
||||
"xal" 'evil-lion-left
|
||||
"xaL" 'evil-lion-right))
|
||||
(evil-define-key '(normal visual) 'global
|
||||
"gl" #'evil-lion-left
|
||||
"gL" #'evil-lion-right))
|
||||
:config (evil-lion-mode)))
|
||||
|
||||
(defun spacemacs-evil/init-evil-lisp-state ()
|
||||
|
|
Reference in a new issue