Skip to content

Instantly share code, notes, and snippets.

@kawaguchi
Created April 19, 2011 12:23
Show Gist options
  • Save kawaguchi/927311 to your computer and use it in GitHub Desktop.
Save kawaguchi/927311 to your computer and use it in GitHub Desktop.
(define-key emacs-lisp-mode-map (kbd "C-c k")
(lambda ()
(interactive)
(insert (format "(kbd \"%s\")"
(key-description (read-key-sequence ""))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment