Skip to content

Instantly share code, notes, and snippets.

@jonneale
Created September 8, 2014 10:50
Show Gist options
  • Save jonneale/caa4eb23ffb63d839094 to your computer and use it in GitHub Desktop.
Save jonneale/caa4eb23ffb63d839094 to your computer and use it in GitHub Desktop.
Script to bind # to alt-3 on a UK keyboard in emacs
(global-set-key (kbd "s-3") '(lambda () (interactive) (insert "#")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment