Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I have been using Emacs23 for some time now and find it a really cool editor. However I am not happy with the cursor (or point in Emacs lingo) being a ' little black box'. I want it to be a nice thin straight line just the way it is in gedit or notepad. Any suggestions on how to do this?

share|improve this question
This question will most likely get closed as belonging on superuser or some such. It's not really programing related. – beggs Nov 16 '10 at 5:26

1 Answer

up vote 18 down vote accepted

Add this to your .emacs file:

(setq-default cursor-type 'bar) 
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.