diff --git a/.config/emacs/init.org b/.config/emacs/init.org index e799661..644a683 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -2274,7 +2274,7 @@ These help speed eglot up apparently [[https://www.reddit.com/r/emacs/comments/1 (defun joe/flycheck-clear () (interactive) - (when (boundp 'lsp-ui) + (when (boundp 'lsp-ui-mode) (flycheck-clear) (lsp-ui-sideline--erase)))