introom

Results 32 issues of introom

I'd like to know the recommended environment to run the example. e.g., the operating system, the bazel version. I am on macOS 11.6, intel chip, with bazel version 4.2. I...

Suppose I have this backend, (add-to-list 'company-backends 'company-mytex-labels) What should be done to 'company-mytex-labels to make it support fuzzy search?

Bean has :key->prop and :prop->key, But ->js and ->clj lack such control.

For now, for the following code: ``` (def e (js/Error. "test string")) ;; 1 (bean/e) ;; 2 (->clj/e) ``` 1) gives ``` {:clojure$core$protocols$Datafiable$ #js {}, :clojure$core$protocols$Datafiable$datafy$arity$1 #object[Function] ``` 2) gives...

I am on macOS and Chrome. After typing `o`, and some url, I can open a new tab with `Shift+`. Is it possible to achieve that with `Command+`? It is...

How to hide specific key bindings? It would be preferrable to be handled with which-key-add-keymap-based-replacements.

Is it possible to add timeout support so that when which-key display is idle for 3 second, it is automatically cancelled?

i've recorded the video here: https://asciinema.org/a/UtGrQEdBU4J162WaQhRQtTYyF At time 8 sec, the window size changes, though I haven't pressed any key. The configuration is quite vanilla, ``` (use-package which-key :demand :delight...

Give the following code: ``` (-> zz (as-> x foo)) ``` It should be formatted as: ``` (-> zz (as-> x foo)) ``` Which also happens to be what emacs...

Would be appreciated if https://clojure.github.io/tools.build/index.html is also on clojuredocs