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
(require 'expectations-mode)
File mode specification error: (void-function search)
Details:
Debugger entered--Lisp error: (void-function search) (search "expectations." ns) (or (search "expectations." ns) (search "-expectations" ns)) (if (or (search "expectations." ns) (search "-expectations" ns)) (progn (let ((wconfig (current-window-configuration))) (unwind-protect (progn (expectations-mode t) (clojure-test-mode 0)) (set-window-configuration wconfig))))) (let ((ns (clojure-find-ns))) (if (or (search "expectations." ns) (search "-expectations" ns)) (progn (let ((wconfig (current-window-configuration))) (unwind-protect (progn (expectations-mode t) (clojure-test-mode 0)) (set-window-configuration wconfig)))))) expectations-maybe-enable() run-hooks(change-major-mode-after-body-hook prog-mode-hook clojure-mode-hook)
Turning on manually M-x expectations-mode works.
M-x expectations-mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(require 'expectations-mode)
into my configurationFile mode specification error: (void-function search)
and expectations-mode is not loadedDetails:
Turning on manually
M-x expectations-mode
works.The text was updated successfully, but these errors were encountered: