You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
(executable-find "cask")
returns the path to my cask binary.but
flycheck-verify-setup
returnsemacs-lisp-elsa
under the heading:"Checkers that are compatible with this mode, but will not run until properly configured:"
like so
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.
The text was updated successfully, but these errors were encountered: