www.flickr.com

Tuesday, January 31, 2006

XEmacs tip: disable overwrite by INS key

It's easy to accidently go into overwrite mode by accidently hitting the Insert key. To prevent this, it is possible to remap the key by adding the following line to the file .xemacs/init.el.

(global-set-key [insert] "")

No comments:

Post a Comment