Skip to content

Instantly share code, notes, and snippets.

@MaikBeckmann
Created August 7, 2011 13:49
Show Gist options
  • Save MaikBeckmann/1130388 to your computer and use it in GitHub Desktop.
Save MaikBeckmann/1130388 to your computer and use it in GitHub Desktop.
(eval-after-load "org"
'(progn
(add-to-list 'org-file-apps '("\\.mp4\\'" . "vlc %s"))
(add-to-list 'org-file-apps '("\\.m4v\\'" . "vlc %s"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment