Closed arkhan closed 5 years ago
Hello, Whenever I start emacs I have this error:
Error in pre-command-hook (which-key--hide-popup): (error "Attempt to make invisible the sole visible or iconified frame")
I have my configuration like this:
(use-package which-key-posframe :straight (which-key-posframe :type git :host github :repo "yanghaoxie/which-key-posframe") :config (setq which-key-posframe-poshandler 'posframe-poshandler-frame-bottom-left-corner which-key-posframe-border-width 0) (which-key-posframe-enable))
Thanks
Than you for your feedback. I just push a commit which try to fix this issue, please try have a try.
Hello, Whenever I start emacs I have this error:
I have my configuration like this:
Thanks