From 0ee92688ea6c3121b21a60cdf150e9da72e26f70 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Mon, 1 Mar 2021 17:24:54 -0800 Subject: [PATCH] Lispy: Format --- modes/lispy/evil-collection-lispy.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modes/lispy/evil-collection-lispy.el b/modes/lispy/evil-collection-lispy.el index 071b3e6..77dfea3 100644 --- a/modes/lispy/evil-collection-lispy.el +++ b/modes/lispy/evil-collection-lispy.el @@ -422,8 +422,7 @@ The body can be accessed via `lispy-tab-hydra/body'." (hydra-keyboard-quit) nil) nil) - (setq prefix-arg current-prefix-arg))) - ) + (setq prefix-arg current-prefix-arg)))) ;; ------------------------------- HYDRA ---------------------------------------