When I hold my cursor on a clojure function that generates a doc, my cursor changes from yellow to pink, presumably because of evil-motion-state . Is there a way to keep the cursor yellow? This happened after updating to Emacs 29 if I remember correctly.
for now “fixed” it by setting dotspacemacs-colorize-cursor-according-to-state nil , that way the cursor never changes color
Maybe first figure out what mode is active with the purple cursor, and go from ther
apparently not a common problem