Linting Changes for MPC Mode

This commit is contained in:
pspiagicw 2021-12-18 12:00:30 +05:30
parent 7cd242aa72
commit ad15f0e381
1 changed files with 2 additions and 4 deletions

View File

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