Skip to content

Instantly share code, notes, and snippets.

@suzuki
Created August 1, 2013 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suzuki/6127533 to your computer and use it in GitHub Desktop.
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
(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