Tamas Herman
Tamas Herman
I like most of the ideas here. The unicode table is very nice! Having a JSON dependency baked in for such a small utility library though, is not a great...
I just tried `ace-window` for ~10minutes and I wished for this to be possible too. However, the default `M-o n` sequence is not too bad. Alternatively, I would probably redefine...
Since `(?\M-o aw-flip-window)` seems to solve the problem quite well, this issue could be closed. Do you agree @bob333? Can you close it please? For a complete example, here is...
I was just trying out the `lispy` package and I had to unbind `M-o` (`lispy-left-maybe`) in it, to avoid conflicting with the `ace-window` setup mentioned above: ```elisp (define-key lispy-mode-map (kbd...
I was just re-evaluating various CSV libraries, so this was the 1st time I actually tried using `xsv`. Intuitively I was expecting to find header rename functionality under the `headers`...
Until support arrives, I set the symbol resolution of `clojure.core.match/match` to `None`, to avoid underlining of bindings and indentation to `Indent`, so the value to be matched can be on...
Our team has temporarily shrunk to a few people, so it would be the least painful time to converge on some solution, which works well with many editors and convert...
@sirmspencer as i understand, the problem with external formatters is maintaining the cursor position, since batch-mode/non-interactive formatters has no concept of a cursor. as a result, reloading the formatted file,...
Part of this problem is that REPL commands can't do both _Sync modified files_ and _Load current file_ too, before executing the command. It feels like _Sync modified files_ doesn't...
I keep encountering this issue, but I forgot it was already filed, so I made another, more detailed description of my specific use-case, which might help to improve this topic:...