edwina icon indicating copy to clipboard operation
edwina copied to clipboard

M-x wg- [Can’t expand minibuffer to full frame]

Open spavlovich001 opened this issue 3 years ago • 1 comments

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]"

spavlovich001 avatar Mar 27 '21 22:03 spavlovich001

May also fix issue #6.

rda716 avatar Dec 27 '21 18:12 rda716