Closed ItsNilDev closed 3 years ago
This should work.
(defun my/insert-box ()
"Keep cursor as a box in insert mode."
(modify-all-frames-parameters '((cursor-type . box))))
(add-hook 'xah-fly-insert-mode-activate-hook #'my/insert-box)
cheers
Hey! How can I change mouse cursor's shape when I'm in the insert mode? I want to keep it always square