Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

robot-mode.el wishes it was a package #10

Open
bhyde opened this issue Jun 20, 2020 · 0 comments
Open

robot-mode.el wishes it was a package #10

bhyde opened this issue Jun 20, 2020 · 0 comments

Comments

@bhyde
Copy link

bhyde commented Jun 20, 2020

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 bhyde changed the title robo-mode.el wishes it was a package robot-mode.el wishes it was a package Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant