We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I downloaded the package and put the suggested config in my init and when executing it I got the below error.
Debugger entered--Lisp error: (void-function add-to-hook) (add-to-hook 'find-file-hook #'(lambda nil (if (and (boundp 'conda-project-env-path) conda-project-env-path) (progn (conda-env-activate-for-buffer))))) eval((add-to-hook 'find-file-hook #'(lambda nil (if (and (boundp 'conda-project-env-path) conda-project-env-path) (progn (conda-env-activate-for-buffer))))) nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp)
If I remove the add-to-hook then it runs just fine.
add-to-hook
OS: MacOS 13.5.1
Emacs version 29.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I downloaded the package and put the suggested config in my init and when executing it I got the below error.
If I remove the
add-to-hook
then it runs just fine.OS:
MacOS 13.5.1
Emacs version
29.1
The text was updated successfully, but these errors were encountered: