We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to make the buffer display on the right side instead of the bottom. How can I do that?
The text was updated successfully, but these errors were encountered:
set aichat-bingai-assistant-display-function, https://github.com/xhcoding/emacs-aichat#options
aichat-bingai-assistant-display-function
Sorry, something went wrong.
Sorry, I’m not familiar with emacs, I tried (setq aichat-bingai-chat-display-function 'display-buffer-in-side-window), not working
(setq aichat-bingai-chat-display-function 'display-buffer-in-side-window)
then i tried
(defcustom aichat-openai-assistant-display-function (lambda (buffer alist) (display-buffer-in-side-window buffer (cons '(side . right) alist))) "The function of display `aichat-openai-assistant-buffer'." :group 'aichat :type 'symbol)
still not working, can you give me an example, thanks
If you are not using any window management plugins, you can set the display-buffer-alist variable.
display-buffer-alist
(add-to-list 'display-buffer-alist '("*Aichat-BingAI-Assistant*" display-buffer-in-side-window))
No branches or pull requests
I want to make the buffer display on the right side instead of the bottom. How can I do that?
The text was updated successfully, but these errors were encountered: