This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Which-key popup too small in emacsclient #306
Comments
Note that I can only reproduce this when running emacs as a daemon (not with server-start). |
Is this both through the gui or is one the terminal? |
Gui on both |
I can confirm this. Emacs 27.2. |
A workaround: instead of just enabling the mode in (if (daemonp)
(add-hook 'server-after-make-frame-hook 'which-key-mode)
(which-key-mode)) |
You can mitigate the issues with fonts when running Emacs as a daemon by creating a custom function to configure your fonts, then calling it with:
|
bergheim
added a commit
to bergheim/dotfiles
that referenced
this issue
May 10, 2024
Based on justbur/emacs-which-key#306 and the linked refs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The popup for which-key renders too small in emacsclient while it works fine in emacs:
emacsclient left and emacs right.
The text was updated successfully, but these errors were encountered: