Created
June 2, 2014 17:19
-
-
Save v2e4lisp/8402a42761ae80b308b9 to your computer and use it in GitHub Desktop.
magic-F5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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