Created
August 1, 2013 00:35
-
-
Save suzuki/6127533 to your computer and use it in GitHub Desktop.
Reload page on Google Chrome from Emacs using AppleScript. Many thanks : http://d.hatena.ne.jp/anatoo/20120402/1333377979
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
(defun chrome-reload () | |
(interactive) | |
(shell-command "/usr/bin/osascript /path/to/chrome_reload.scpt" nil)) | |
(global-set-key (kbd "C-,") 'chrome-reload) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment