karthink
karthink
One other thing you could try is to set `which-key-side-window-slot` to `1` (the default is `0`). Popper also uses slot `1` by default, so which-key will be forced to use...
I think the better fix would be to simply change Popper's default side-window slot to `0`. However, I don't know if some users might prefer both windows (Popper and which-key)...
@marczz Right, thanks for addressing that suggestion. I've changed Popper's default window slot to 0, so it should share the window with which-key now.
> Could we have an option to enable one caption per line? I find it much more readdable (for me) to use caption one by one instead of putting them...
I've now added a [Github sponsors page](https://github.com/sponsors/karthink)! You can also support my work at [LiberaPay](https://liberapay.com/karthink).
Using `run-at-time` in the condition case makes the let binding and the condition-case ineffective, since it then runs at top level. I moved the whole function into the `run-at-time`, but...
It will help to look at the response. Can you log it and add it here?
No, I meant: 1. Turn on logging with `(setq gptel-log-level 'info)` 2. Use gptel and produce this error 3. Check the `*gptel-log*` buffer 4. Remove your API key from the...
> Could it come from the fact that in windows, curl does not accept single quote? We don't use the shell to invoke Curl so this isn't an issue. >...
> string-trim: Wrong type argument: stringp, nil Could you produce a backtrace? Run `M-x toggle-debug-on-error` and produce the error.