Reputation:
I would like to know how to open sites in emacs. Websites with plain HTML without many graphics!! Is there a mode that I must set?? Thanks!!
Upvotes: 1
Views: 612
Reputation: 10386
Ahem, two ways to do that:
1 - Setup and use Emacs-w3m, a text browser written in Lisp http://w3m.sourceforge.net/
2 - Launch a shell in your Emacs and use Links, Lynx or another text browser. (M-x eshell)
Upvotes: 6