Radon Rosborough
Radon Rosborough
Currently, we have an ugly hack in `init.el` to make sure electric indentation works in Clojure docstrings. (This doesn't fix #1; that's a separate issue.) ``` ;;; Make sure electric...
Although AUCTeX viewing works out of the box on Linux, it requires some fiddling with the preferences of TeXShop on macOS. That should be documented.
Currently you have to type a character, press `TAB`, and then type another character in order to be presented with completions. There should be completions as soon as you type...
We may get an error about `Selecting deleted buffer` when invoking `M-x radian-byte-compile` during an existing byte-compilation operation. Furthermore, I don't believe `radian-byte-compile` has correct support for starting to listen...
Things that I can do to optimize startup time well past reasonable and squarely into the territory of the absurd: * [x] Finish setting up byte-compilation * [x] Configure CircleCI...
Currently parent directory creation only works for local files. We should also support it for files accessed via TRAMP.
Somehow, `cider` and `company` are conspiring to produce the behavior pictured below, where the REPL prompts seem to somehow be "poking" lines of the completion popup one character to the...
Example paragraph: ``` The issue is that the state of the program never repeats, since the value of x is incremented each time through the loop, but there are an...
For some reason, although AUCTeX is generally able to figure out which commands it should run and when, it can't handle running Biber and I have to do it manually....
Probably we should introduce `radian-slow-check-mode` or similar.