Here is my openwith settings:
(require 'openwith)
(setq openwith-associations '(("\\.mov\\'" "smplayer" (file))))
(openwith-mode t)
When I press enter in dired mode on a .mov file, it still open it in a text buffer.
Any more settings required here?
File abc.mp4 is large (330.2M), really open? (y or n) y
Can we get ride of this? – Nick Dec 29 '14 at 06:35(setq large-file-warning-threshold 500000000)
– Nsukami _ Dec 29 '14 at 06:39