My openwith-associations
includes:
("\\.xlsx\\'" "Microsoft Excel"
(file)))
But this doesn't work. How should this association be written? Is there a better way to open the file link at point than using openwith
?
My openwith-associations
includes:
("\\.xlsx\\'" "Microsoft Excel"
(file)))
But this doesn't work. How should this association be written? Is there a better way to open the file link at point than using openwith
?
The shell command is just open
, which makes openwith
very handy indeed.
("\\.xlsx\\'" "open"
(file)))