Joe Corneli

Results 27 comments of Joe Corneli

FYI here is an (undocumented) hack that will turn off foreground colors, which allows other face features to be set elsewhere. ``` (setq hl-paren-colors '(t)) ``` E.g., I have `hl-paren-face`...

You should ```bash export PATH="/usr/local/go/bin:$GOPATH/bin:$PATH" ``` so that the newly installed version will be used rather than some other version that might be on your path.

Then [this](https://github.com/diiq/atomatigit#other-key-bindings) is probably a documentation error.

@cameronraysmith I have tried to list the kernels on a server that is accessed via TRAMP as follows: ```lisp (setq jupyter-current-server (car (jupyter-servers))) (jupyter-server-list-kernels jupyter-current-server) ``` This fails with a...

I just ran `make`. I'm running texlive 2017 on Ubuntu 17.10.

Oh! it wasn't clear that it required scheme, but I understand why it was assumed to be present! Still I think there are some configuration issues required, since I just...

Screenshot: ![Screenshot from 2022-03-18 11-32-34](https://user-images.githubusercontent.com/179958/158995858-12f2b3ce-4fd6-436a-bcfb-9bfdeeaa5e9d.png) But without org-bullets: ![Screenshot from 2022-03-18 11-33-50](https://user-images.githubusercontent.com/179958/158996013-77c340b6-888f-49a6-b781-cacbd24e1669.png)

Affected here on `clj=0.0.17 el=0.0.18`.

I notice that this is similar to #22, but it can't be directly solved by upgrading since we're already using the latest version `[nrepl/drawbridge "0.2.1"]`.

Thanks for that. I agree that evidence suggests it is not a problem with HTTP vs HTTPS. Still can't connect though! I have updated our middleware to _exactly_ follow what...