Skip to content

Commit

Permalink
[evil] restore original evil-lion bindings as defaults. (#15684)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekprogrammar committed Aug 9, 2022
1 parent 6415ade commit 4c027d0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions layers/+spacemacs/spacemacs-evil/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 4c027d0

Please sign in to comment.