Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get aquamacs to show a solid and blinking cursor?

Tags:

emacs

aquamacs

How do I get aquamacs to show a solid and blinking cursor? http://aquamacs.org/

With a lot of work we managed to get it to show a hollow and blinking box, instead of just a blinking vertical line, but that is often just too hard to see.

like image 277
Daniel Avatar asked Jul 29 '12 07:07

Daniel


1 Answers

This works with NT Emacs:

(blink-cursor-mode)

Should work with Aquamacs, too.

If the cursor is not a solid box (here, by default, it is), add

(setq-default cursor-type 'box)
like image 55
Dmitry Avatar answered Oct 12 '22 09:10

Dmitry