From ad15f0e381debcfa0fb8e51ea19e9d93164c8f4e Mon Sep 17 00:00:00 2001 From: pspiagicw Date: Sat, 18 Dec 2021 12:00:30 +0530 Subject: [PATCH] Linting Changes for MPC Mode --- modes/mpc/evil-collection-mpc.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modes/mpc/evil-collection-mpc.el b/modes/mpc/evil-collection-mpc.el index 0687e95..6b820d8 100644 --- a/modes/mpc/evil-collection-mpc.el +++ b/modes/mpc/evil-collection-mpc.el @@ -32,13 +32,11 @@ (defun evil-collection-move-mpc-down () "Move the cursor down along with selecting the element" (evil-next-visual-line) - (mpc-select) - ) + (mpc-select)) (defun evil-collection-move-mpc-up () "Move the cursor up along with selecting the element" (evil-previous-visual-line) - (mpc-select) - ) + (mpc-select)) (defconst evil-collection-mpc-mode-maps '(mpc-mode-map)) ;;;###autoload