First commit.
[emacs.d.git] / lisp / mozreplrc.el
blob136966c7f02ee3eb1c25c047722670d8c148f588
1 ;;; Simple rc to load and configure MozRepl's Emacs functionality.
3 ;;; moz.el is not (yet) in any of the usual package repositories, so
4 ;;; check if it's on the file system first.
5 (let ((mozdule (expand-file-name "~/.emacs.d/non-elpa/moz.el")))
6 (when (file-exists-p mozdule)
7 (autoload
8 `moz-minor-mode mozdule
9 "Inferior and minor modes for MozRepl."
11 ;; ECMAScript has too many use cases to warrant a default REPL.
12 ;; (add-hook 'javascript-mode-hook 'moz-minor-mode)