Skip to content

Instantly share code, notes, and snippets.

@v2e4lisp
Created June 2, 2014 17:19
Show Gist options
  • Save v2e4lisp/8402a42761ae80b308b9 to your computer and use it in GitHub Desktop.
Save v2e4lisp/8402a42761ae80b308b9 to your computer and use it in GitHub Desktop.
magic-F5
(global-set-key (kbd "<f5>") 'F5)
(defun magic-F5 (f)
(fset 'F5 f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment