Next: , Previous: , Up: Top   [Contents][Index]


2 Download and installation

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

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)