help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] make cursor invisible


From: Richard M. Heiberger
Subject: Re: [h-e-w] make cursor invisible
Date: Tue, 10 May 2005 19:05:41 -0400

You need to modify the cursor-type

I use the line


;;; change cursor to bar (the default is box)
(modify-frame-parameters nil '((cursor-type . bar)))


in my .emacs file to change it to a bar.  You will need to use 
;;; change cursor to bar (the default is box)
(modify-frame-parameters nil '((cursor-type . nil)))


See the help on cursor-type for the other options.

Rich




reply via email to

[Prev in Thread] Current Thread [Next in Thread]