Carl Steib
Carl Steib
I ran into this same problem and ended up with the following config. I bind the `lsp-command-map` to `C-c l` elsewhere using `general.el`. This results in everything working as expected....
@porkostomus @bemself Forgot to tag your two when creating the issue!
Since we can't assume that everything in fundamental mode is needs fixed pitch, I won't add it to the default list in the package. Normally in these cases, I'd advise...
@oatmealm Does the explanation from @gety9 help? They are absolutely right about how this package functions. You only need to load the package and then (optionally) add hooks for modes...
I'd advocate for prioritizing this. I've run into quite a few issues because of the docker permissions: - I ended up with a corrupted repository after a rsync copied the...
Have you tried using a subdomain instead of a path prefix (i.e. `https://kopia.backupserver.local`)?
Local files are working fine for me in live preview. Almost all my images are embeds, so I didn't realize this until you asked!
Came to this repo to report this same issue. This font looks awesome, but the `@` symbol is almost a deal breaker.
Have you tried other regexes like one for `api`? Seems like all we need here is to the api path so we can tell Authelia to bypass auth for everything...
@linuxundich I was able to connect through Authelia by adding the regex `^/rest.*`. My Authelia authentication and SSO is still working as expected. My api bypass rule looks like this:...