Use with Conkeror
Posted October 19th, 2007 by bard
Conkeror brings Emacs-style keybindings and mouse independence to everyday surfing sessions in Firefox. To use MozRepl in Conkeror, add the following to its RC file:
Components
.classes['@hyperstruct.net/mozlab/mozrepl;1']
.getService(Components.interfaces.nsIMozRepl)
.start(4242);
More information on Conkeror: Firefox for Emacs Users, Part I and Part 2.
Post new comment