[OS X Emacs] How do you change cursor in Aquamacs?
David Reitter
david.reitter at gmail.com
Thu Mar 27 14:58:06 EDT 2014
On Mar 27, 2014, at 2:33 PM, Mark H. David <mhd at yv.org> wrote:
> Can someone tell me how to change the cursor in Aquamacs?
>
> I'd like to have a wide solid black rectangle in the selected buffer, a wide outline black rectangle in the non-selected buffer, and non-blinking.
(setq-default cursor-type 'box)
(setq-default cursor-in-non-selected-windows t)
(set-face-background 'cursor "black")
(blink-cursor-mode 0)
Does this do what you desire?
This uses standard commands and variables I found online. I guess it’s a lot easier to find when you know what you’re looking for.
It’s admittedly funny how the shape is set by variables, the color via a face, and the blinking via a mode.
--
http://aquamacs.org -- Aquamacs: Emacs on Mac OS X
http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4151 bytes
Desc: not available
URL: <https://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20140327/d1897873/attachment.p7s>
More information about the MacOSX-Emacs
mailing list