robot-mode icon indicating copy to clipboard operation
robot-mode copied to clipboard

robot-mode.el wishes it was a package

Open bhyde opened this issue 5 years ago • 0 comments

and it appears somebody else already did the markup.

So, this worked around the problem:

(use-package robot-mode
  :mode "\\.robot\\'"
  :quelpa (robot-mode
           ;; :url "https://raw.githubusercontent.com/sakari/robot-mode/master/robot-mode.el" ;; sad, it's not a "package"
           :url "https://raw.githubusercontent.com/paulohefagundes/.emacs.d/0cb9f8d2b6ad6d0ac675be315a528ab090dbd2e2/vendor/robot-mode.el"
           :fetcher url))

bhyde avatar Jun 20 '20 21:06 bhyde