Quantcast
Channel: In Emacs, how can I set the cursor-type globally? - Super User
Browsing all 2 articles
Browse latest View live

Answer by Tom for In Emacs, how can I set the cursor-type globally?

setq-default sets the default value of a variable:(setq-default cursor-type '(hbar . 1))

View Article



In Emacs, how can I set the cursor-type globally?

It's possible to modify the style of the cursor by setting the value of the window local variable cursor-type.(setq cursor-type '(hbar . 1))How can I make all existing and future windows use the same...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images