Skip to content

Conversation

jian-lin
Copy link

@jian-lin jian-lin commented Nov 6, 2024

Previously, there is an error if pretty-hydra is not installed.

Previously, there is an error if pretty-hydra is not installed.
@jian-lin
Copy link
Author

jian-lin commented Nov 6, 2024

Steps to reproduce the error:

  1. run emacs -Q --init-directory=$(mktemp -d)
  2. eval this
(progn
  (require 'package)
  (push '("melpa" . "https://melpa.org/packages/") package-archives)
  (package-refresh-contents)
  (package-install 'sdml-mode))
  1. go to *Compile-Log* buffer and see the error
sdml-mode-hydra.el:4:11: Error: Cannot open load file: No such file or directory, pretty-hydra

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

Successfully merging this pull request may close these issues.

1 participant