Web Browsing In Emacs
Compiling Emacs With Xwidget Support
Only time i need to get away from my Emacs is to browse , and now Emacs support to render Web page with GTK Webkit ! , For that we need to compile emacs from source with this feature enabled
Download the source and Unzip
Dependencies :
libgif-devel libtiff-devel libjpeg-devel libxpm-devel libgnutls-devel libpng-devel libncurses-devel libgtk3-drivel libwebkitgtk3.0-devel
./configure --with-xwidgets
make
make install
This will Install emacs
Happy Browsing in Emacs !!