Benjamin
Benjamin
Will check thanks
```elisp (defun mm/cider-style-dispatcher (component idx count) (when (eq idx 0) (concat "^" component))) (setq orderless-style-dispatchers '(mm/cider-style-dispatcher)) ``` tried like this but it did not do the trick yet. Adding 'basic...
Yea cider-complete still get's called with empty string on commit 62f71c34baca0b7d0adeab4a1c07d85ffcee80d9. (+ using the style dispatcher I posted)
Nice thanks a lot. ~~Now I only need a way to only enable this for cider completions.~~ Setting it buffer local in cider buffers only works halfway because then it's...
@The-Compiler In my use case I'd just like to define like "multi keysyms". Like the concept of leader key in e.g. spacemacs. For now I'm gonna hack it by binding...
~Ah thanks I was looking for chained commands. Can be found under "Binding chained commands" https://qutebrowser.org/doc/help/configuring.html~ nvm I did not find "keychains" yet.
Ah thanks! Works perfectly. Thanks for this awesome software btw!
Isn't the issue that you don't have `use-package`? Install the package via another way or get use package.
I tried the same code where I have the bug on the repl but by running clojure "clj -X" and there I did not have the bug. Maybe that is...
Btw I fixed this by adding (require 'dash) to every single file in the omnisharp project