Skip to content

Instantly share code, notes, and snippets.

@outworlder
Created October 27, 2008 18:17
Show Gist options
  • Save outworlder/20154 to your computer and use it in GitHub Desktop.
Save outworlder/20154 to your computer and use it in GitHub Desktop.
(defun set-key (kbd funct)
(global-set-key (read-kbd-macro kbd) funct))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment