This board works nice with eww-mode.
Though there are weird "do not edit these" fields. Are they for anti-botspam?
>>2
Yes it's a honey pot for bots.
Wew, this is nice. Well rendered in `eww`, written in scheme and has a nice community. Looks like I'm not homeless anymore!
>>4
And we are honored to have you here.
Fellow eww poster reporting in
is eww better than emacs-w3m?
z
Post your init.el.
Here you go:
(require 'package)
(setq package-enable-at-startup nil)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(org-babel-load-file "~/.emacs.d/configuration.org")```
What emac?