2

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)
Drew
  • 75,699
  • 9
  • 109
  • 225
Yorgos
  • 255
  • 2
  • 9
  • 1
    Try something like `(setq-default cursor-type '(hbar . 17))` perhaps? But if you are looking to keep it skinny as well as short, I think you are out of luck: I don't think you can control both the width and the height. AFAIK, you gotta choose one. – NickD Apr 22 '21 at 21:42

0 Answers0