-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ace-jump not working in develop #2995
Comments
What's the output of your |
System Info
((auto-completion :variables auto-completion-enable-help-tooltip t)
(clojure :variables clojure-enable-fancify-symbols t)
dash emacs-lisp evil-commentary eyebrowse games git html ibuffer org scala
(shell :variables shell-default-shell 'multi-term shell-enable-smart-eshell t)
syntax-checking themes-megapack user) I'm using Ubuntu. I've made a few, but only for clojure layer. ace-jump doesn't work on startup screen for me. |
The same thing on my Mac (with the same .spacemacs). |
If it worked yesterday, what commit were you on then? Any chance you can bisect this problem? |
Did git bisect (heh, first time in my life 😄 : )
|
+1 |
@syl20bnr this is probably the default choice of distro for people who don't have this variable in their dotfile. |
Yeah, set |
The fix should be to set dotspacemacs-distribution to 'spacemacs in dotspacemacs/init |
Thank you, ace-jump works now with |
|
See #2937 for some discussion on how to improve the granularity. |
Reference for this problem #2984 (comment) |
Thanks again! |
This sets the default distribution back to spacemacs. This is for people who for whatever reason don't set `dotspacemacs-distribution` in their dotfile.
But now |
It's another issue. The major mode leader key is bugged in clojure. |
This sets the default distribution back to spacemacs. This is for people who for whatever reason don't set `dotspacemacs-distribution` in their dotfile.
Getting
SPC SPC is undefined
nowThe text was updated successfully, but these errors were encountered: