elisp-docstring-server.el provides a web server for Emacs Lisp Docstring.
the above screenshot is showing https://elisp-docstring.xuchunyang.me/?q=car
- M-x elisp-docstring-server-start
- http://localhost:3000
- execute
docker build -t elisp-docstring-server .
to build the image - execute
docker run --name elisp-docstring-server -d -p 3000:3000 elisp-docstring-server
to run the container - Browse
http://localhost:3000
- execute
docker exec elisp-docstring-server emacsclient -e "(require 'url-http)"
to load extra libraries
https://elisp-docstring.xuchunyang.me/
Emacs => Varnish (for cache) => Caddy (for HTTPS)
- Emacs 25.1 or later
- https://github.com/eschulte/emacs-web-server (M-x package-install web-server)