emacs-xkcd icon indicating copy to clipboard operation
emacs-xkcd copied to clipboard

doesnt work with doom-emacs

Open crypticC0der opened this issue 4 years ago • 1 comments

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

crypticC0der avatar Oct 17 '21 16:10 crypticC0der

I have it running package.el

(package! xkcd)

config.el

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

Vanderscycle avatar Mar 06 '23 00:03 Vanderscycle