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

flycheck unable to run cask #15

Open
mooseyboots opened this issue Aug 22, 2023 · 1 comment
Open

flycheck unable to run cask #15

mooseyboots opened this issue Aug 22, 2023 · 1 comment

Comments

@mooseyboots
Copy link

(executable-find "cask") returns the path to my cask binary.

but flycheck-verify-setup returns emacs-lisp-elsa under the heading:

"Checkers that are compatible with this mode, but will not run until properly configured:"

like so

  emacs-lisp-elsa
    - may enable: yes
    - may run:    nil
    - executable: Found at /home/mouse/.cask/bin/cask

my cask exec has exec permissions for all users.

i have also used elsa previously, but that was a while back and before updating to 29. i just uncommented the relevant use-package code now and tried again.

@Fuco1
Copy link
Member

Fuco1 commented Sep 3, 2023

You need to have an Elsafile in the project. You can look in this repo to see how it's set up.

The file itself doesn't do much currently, it only acts as a flag of sorts.

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