How can I prevent the height of a vertical cursor to be changed if I increase the line spacing? This is my .emacs
setup
(setq-default cursor-type 'bar)
(setq-default line-spacing 1.15)
How can I prevent the height of a vertical cursor to be changed if I increase the line spacing? This is my .emacs
setup
(setq-default cursor-type 'bar)
(setq-default line-spacing 1.15)