Gopher(s) links in CIRCE
========================


*   In Doom Emacs turn any regexp starting with `gophers://` into clickable
   buttons:

       ;;; $DOOMDIR/config.el

       (add-to-list 'thing-at-point-uri-schemes "gophers://")

*   Add a desktop entry for sacc:

       # /usr/share/applications/sacc.desktop

       [Desktop Entry]
       Version=1.0
       Name=sacc
       GenericName=Web Browser
       Comment=Terminal gopher client
       Keywords=Internet;Gopher;Browser;Web;Explorer
       Exec=st -e /usr/bin/sacc %u
       Terminal=false
       Type=Application
       MimeType=x-scheme-handler/gopher;x-scheme-handler/gophers;
       Categories=Network;WebBrowser;

*   If there are no other desktop entries for gopher clients, `xdg-open` should
   now open gopher(s) links in sacc. If it doesn't, check the `mimeinfo.cache`
   file or use `xdg-settings`.


References
----------

*   https://github.com/emacs-circe/circe/blob/master/lui.el
*   https://wiki.archlinux.org/title/Xdg-open