Skip to content

Instantly share code, notes, and snippets.

@briandoll
Forked from topfunky/gist:352147
Created April 1, 2010 18:07
Show Gist options
  • Save briandoll/352161 to your computer and use it in GitHub Desktop.
Save briandoll/352161 to your computer and use it in GitHub Desktop.
(defun mate-open-buffer ()
"Open current file in TextMate"
(interactive)
(shell-command-to-string (concat "mate " buffer-file-name)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment