• Emacs. d Sets the cursor style
(setq-default cursor-type 'box) (blink-cursor-mode 0) ;; Set cursor color- Recommended (custom-set-faces '(cursor (t (:background "color-201")))) ') (mouse ((t (:foreground "color-201"))))); Set the cursor color - optional; (set-cursor-color "#F72E96")Copy the code