Skip to content

Instantly share code, notes, and snippets.

@akrito
Created May 1, 2009 17:50
Show Gist options
  • Save akrito/105153 to your computer and use it in GitHub Desktop.
Save akrito/105153 to your computer and use it in GitHub Desktop.
;; On X11, change the pointer to an arrow
(if (boundp 'x-pointer-arrow)
(progn
(setq-default x-pointer-shape x-pointer-arrow)
;; hack to force the pointer shape to change
(set-mouse-color "black")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment