From 6c5e013e29b1389b8888ae678b171c7f35255e46 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 16 Nov 2022 20:44:31 +0000 Subject: [PATCH] chore: replace flymake keybinds with flycheck --- lisp/keybinds.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/keybinds.el b/lisp/keybinds.el index 4ac1c0a..a0035c2 100644 --- a/lisp/keybinds.el +++ b/lisp/keybinds.el @@ -26,8 +26,8 @@ (diancite/lsp :keymaps 'normal "l" '(:wk "LSP") - "l n" '(flymake-goto-next-error :wk "Next Error") - "l p" '(flymake-goto-prev-error :wk "Previous Error") + "l n" '(flycheck-next-error :wk "Next Error") + "l p" '(flycheck-previous-error :wk "Previous Error") "l f" '(eglot-format :wk "Format Buffer") "l w" '(:wk "Server")