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

fix: make pretty-hydra optional #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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