Change everything.
[emacs.d.git] / lisp / wolfram-mode-rc.el
blob2122eb5d77c7ba5c1584df6b9e40d529b4a4b9a2
1 ;; Simple rc to configure wolfram-mode. wolfram-mode is an Emacs
2 ;; interface to the Mathematica kernel and language.
4 (when (yard-require 'wolfram-mode)
5 (add-to-list 'auto-mode-alist '("\\.m$" . wolfram-mode)))