Saturday, April 08, 2006

Change cursor shape and color in emacs

bar-cursor-mode
(setq-default cursor-type 'bar)

change the color:
(set-cursor-color "gold1")

No comments:

Post a Comment