spacemacs

erwinrooijakkers 2023-02-09T14:58:29.563079Z

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.

erwinrooijakkers 2023-02-22T10:10:47.611469Z

for now “fixed” it by setting dotspacemacs-colorize-cursor-according-to-state nil , that way the cursor never changes color

erwinrooijakkers 2023-02-21T18:42:51.007489Z

Maybe first figure out what mode is active with the purple cursor, and go from ther

erwinrooijakkers 2023-02-21T18:42:55.396939Z

apparently not a common problem