vibhavp / emacs-xkcd

Read xkcd from Emacs
GNU General Public License v3.0
113 stars 9 forks source link

doesnt work with doom-emacs #24

Open crypticC0der opened 2 years ago

crypticC0der commented 2 years ago

doesnt work with doom emacs if not the latest xkcd it downloads it, opens the buffer then promptly closes it

Vanderscycle commented 1 year ago

I have it running package.el

(package! xkcd)

config.el

(after! xkcd
  :enable t)
(map! :leader
      (:prefix "o"
        :desc "Kubernetes" "x" 'xkcd))