edwina
edwina copied to clipboard
M-x wg- [Can’t expand minibuffer to full frame]
emacs 27.2(debian buster, emacs from buster-backports), helm(if I change helm to ivy - all ok) If I activate edwina
(use-package edwina
:ensure t
:pin melpa
:config
(setq edwina-keymap-prefix (kbd "C-c C-w"))
(setq display-buffer-base-action '(display-buffer-below-selected))
;; (edwina-setup-dwm-keys)
(edwina-mode 1))
(provide 'modules/edwina)
And press M-x wg-<TAB>, I have no complete and message "[Can’t expand minibuffer to full frame]"
May also fix issue #6.