Skip to content

Instantly share code, notes, and snippets.

@dchrzanowski
Created April 30, 2017 21:28
Show Gist options
  • Save dchrzanowski/cb73206f31e8979bcb1081bd9d99fc21 to your computer and use it in GitHub Desktop.
Save dchrzanowski/cb73206f31e8979bcb1081bd9d99fc21 to your computer and use it in GitHub Desktop.
(global-set-key [f5]
(lambda ()
(interactive)
(save-window-excursion
(async-shell-command (concat "urxvt -e run_any.py " default-directory " " (buffer-name))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment