emacs-xkcd
emacs-xkcd copied to clipboard
doesnt work with doom-emacs
doesnt work with doom emacs if not the latest xkcd it downloads it, opens the buffer then promptly closes it
I have it running package.el
(package! xkcd)
config.el
(after! xkcd
:enable t)
(map! :leader
(:prefix "o"
:desc "Kubernetes" "x" 'xkcd))