Markus Triska wrote: > These definitions let you associate external applications with files > so that you can open them via C-x C-f, with RET in dired, etc. > > Copy openwith.el to your load-path and add to your .emacs: > > (require 'openwith) > > To customize associations, try: > > M-x customize-variable RET openwith-associations RET >
You may also want to utilize associations defined outside of Emacs. See extview.el for details: http://www.emacswiki.org/cgi-bin/emacs/ExtView _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
