Next: Using the web browser, Previous: Introduction, Up: Top [Contents][Index]
Web within Emacs works with GNU Emacs version 24 and higher.
The Web within Emacs web site is https://disumu.dev/wwe/.
Get the git repository by running the following:
git clone https://disumu.dev/git/wwe.git
Copy the files to ‘~/.elisp/wwe/’ for example.
Then byte-compile the files in Emacs using
M-x byte-compile-file RET ~/.elisp/wwe/wwe.el
M-x byte-compile-file RET ~/.elisp/wwe/wwe-render.el
M-x byte-compile-file RET ~/.elisp/wwe/wwe-forms.el
Add the location of the files to your ‘load-path’, and load the wwe
library. Put the following in your ‘~/.emacs’ file.
(add-to-list 'load-path "~/.elisp/wwe/") (require 'wwe)