[evil] restore original evil-lion bindings as defaults. (#15684)

This commit is contained in:
iliekprogrammar 2022-08-09 15:36:31 +00:00 committed by GitHub
parent 6415adea49
commit 4c027d0abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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 ()