Skip to content

Instantly share code, notes, and snippets.

@hyone
Created January 27, 2012 16:03
Show Gist options
  • Save hyone/1689488 to your computer and use it in GitHub Desktop.
Save hyone/1689488 to your computer and use it in GitHub Desktop.
Run prove command on *.t file in quickrun.el
;; use prove on *.t file
(quickrun-add-command "perl/test"
'((:command . "prove")
(:exec . "%c -v %s")
(:description . "Run Perl Test script")))
(add-to-list 'quickrun-file-alist '("\\.t$" . "perl/test"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment