Thor 🪁
Thor 🪁
I looked into the ivy-rich-display-transformers list, but was unable to change the default: ``` counsel-M-x (:columns ((counsel-M-x-transformer (:width .4)) (ivy-rich-counsel-function-docstring (:face font-lock-doc-face)))) ``` to something suitable for my use case,...
> Judging from the fact that you can manually evaluate setq to use your custom templates, I believe all you would need to do is to review your configuration file....
> can you not proceed without entering any title? I No, then i would be selecting one of the `company` suggestions that pop up. > Alternatively, you can just create...
Okay, maybe you could help me figure out what's going on here then; How do I discover what functions are running, in this case to cause a pop up ivy...
Longer copy paste of the first error: ``` Compiling rust-counter-tutorial v0.1.0 (/Users/thor/rust/near/rust-counter/contract) error: linking with `rust-lld` failed: signal: 6 | = note: "rust-lld" "-flavor" "wasm" "-z" "stack-size=1048576" /* This goes...
Reinstalled npm. same issue.
just leaving a note that this is still an issue for my Ubuntu distribution.
I'm still running into this bug. Reinstalled sx from latest on MELPA. IT looks like that pull never got merged.
@RanitPradhan, the solution for my issue was that I wasn't cloning the submodule in which my theme lived. If you're cloning your repo, try `git clone --recurse-submodules`.