From 95838e69818f94a68150004dee829319131750ed Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 26 Jan 2020 10:16:11 -0500 Subject: [PATCH] emacs: use ga/gA for lion --- emacs/custom.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/custom.el b/emacs/custom.el index 3cdf2fa..d3f001b 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -17,7 +17,9 @@ '(diredfl-global-mode t nil (diredfl)) '(evil-cjk-emacs-word-boundary t) '(evil-cross-lines t) + '(evil-lion-left-align-key "ga") '(evil-lion-mode t) + '(evil-lion-right-align-key "gA") '(evil-lookup-func (quote man)) '(evil-mode t) '(evil-shift-width 3)