GOPHER AND EMACS September 28, 2019 I am constantly discovering things that I should have already known about. This time it is the gopher.el[1] file that you can use to add gopher support into emacs. By default, the Debian emacs package has for years shipped with the ability to do everything from reading your email and browsing the web to playing chess or tetris from within emacs. So, it has always struck me as odd that it did not include gopher support. You can, though, add gopher support by adding the gopher.el file to your load path and then adding the line (require 'gopher) to your init.el file. [1] https://github.com/msnyder-info/gopher.el