[Basic js-mode + mozrepl integration clinton@unknownlamer.org**20090512031635 Ignore-this: e2cbcc163732c113873f487d228b8f2d ] { addfile ./init.d/mozrepl.el hunk ./init.d/mozrepl.el 1 +(autoload 'moz-minor-mode "moz" "Mozilla Minor and Inferior Mozilla Modes" t) + +(defun mozrepl-custom-setup () + (moz-minor-mode 1)) + +(add-hook 'js-mode-hook 'mozrepl-custom-setup) + + }