Skip to content

Instantly share code, notes, and snippets.

@dieggsy
Last active May 26, 2017 04:26
Show Gist options
  • Save dieggsy/c7b42484428f602fa0437df185f68454 to your computer and use it in GitHub Desktop.
Save dieggsy/c7b42484428f602fa0437df185f68454 to your computer and use it in GitHub Desktop.
(global-set-key (kbd "C-c t")
(lambda ()
(interactive)
(let ((current-prefix-arg '(4)))
(call-interactively 'shell-command))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment