Fat Emacs cursor

Home

Really don't understand why GUI Emacs uses "fat" cursor. It's bizarre.

It requires to think, and it sounds disgusting - to think about so simple thing.

As usual, Emacs has the option to fix it, but defaults suck. I just copied this solution:

stackexchange solution

And forgot about fat cursor's hell.

In my config I use more thin cursor, with the value of ".2":

(setq-default cursor-type '(bar . 2))
(set-cursor-color "#FF0000")