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

Disabling clj-refactor removes also cider menu #3424

Closed
kotarak opened this issue Oct 16, 2015 · 6 comments
Closed

Disabling clj-refactor removes also cider menu #3424

kotarak opened this issue Oct 16, 2015 · 6 comments

Comments

@kotarak
Copy link

kotarak commented Oct 16, 2015

After disabling clj-refactor, eg. with (setq clojure-excluded-packages '(clj-refactor)), or only by removing the minor mode via (spacemacs|use-package-add-hook clj-refactor :post-init (remove-hook 'clojure-mode-hook 'clj-refactor-mode)) the menu settings for cider are gone. Only SPC m T and SPC m f are still available. Calling eg. cider-connect directly still works.

@sooheon
Copy link

sooheon commented Nov 1, 2015

Can confirm, but no clue as to why this could be happening.

@jasonij
Copy link

jasonij commented Feb 15, 2016

This appears to be resurfacing for me at least in the develop branch. I have not excluded clj-refactor but it does not appear to be loading and the result is no Cider.

I get this error File mode specification error: (void-function clj-refactor-mode). It was working until fine a day or two back.

@jasonij
Copy link

jasonij commented Feb 15, 2016

Version bumping and wiping elpa got me Cider mode without any refactoring, new error message File mode specification error: (void-variable cljr-inject-dependencies-at-jack-in).

@zane
Copy link

zane commented Jan 21, 2018

Still having this issue in 2018.

@practicalli-johnny
Copy link
Contributor

@zane the Clojure layer has been updated to make clj-refactor optional, in #11397

This pull request excludes clj-refactor by default, so removing any previous config in .spacemacs should resolve this issue.

Suggest this issue be closed if there are no further issues. Thank you

@zane
Copy link

zane commented Oct 15, 2019

Sounds good, and thank you!

@duianto duianto closed this as completed Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants