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

手动安装提示没有 compat #631

Closed
KMPrg opened this issue May 2, 2023 · 2 comments
Closed

手动安装提示没有 compat #631

KMPrg opened this issue May 2, 2023 · 2 comments

Comments

@KMPrg
Copy link

KMPrg commented May 2, 2023

OS:win10
环境:msys2
Emacs version:27.2

init-embark.el
code:
(require 'embark)
(require 'embark-consult)
(global-set-key (kbd "C-. k") 'embark-act) ; pick some comfortable binding
;; (global-set-key (kbd "C-. t") 'embark-dwim) ; good alternative: M-.(find a tag)
;; Optionally replace the key help with a completing-read interface
(setq prefix-help-command #'embark-prefix-help-command)

Warning (initialization): An error occurred while loading
File is missing: Cannot open load file, No such file or directory, compat

只能用包管理器安装吗?

@oantolin
Copy link
Owner

oantolin commented May 2, 2023

You need to install the compat library too. Usually package managers should take care of installing dependencies for you automatically, but if your package manager didn't do that, just install an up to date compat manually.

@oantolin oantolin closed this as completed May 2, 2023
@oantolin
Copy link
Owner

oantolin commented May 2, 2023

Out of curiosity: are you using the straight package manager? It has been failing to update compat recently.

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

2 participants