You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I launch emacs gui, the minibuffer-complete buffer is always displaying several lines and a half of a line below it.
just like this.
however, when launch it in terminal, it works fine.
my configuration is:
(use-package spaceline-all-the-icons
:ensure t
:after spaceline
:config
(spaceline-all-the-icons--setup-paradox)
(spaceline-all-the-icons--setup-neotree)
(spaceline-all-the-icons-theme))
)
is there any way to fix this?
The text was updated successfully, but these errors were encountered:
when I launch emacs gui, the minibuffer-complete buffer is always displaying several lines and a half of a line below it.
just like this.
however, when launch it in terminal, it works fine.
my configuration is:
(use-package spaceline-all-the-icons
:ensure t
:after spaceline
:config
(spaceline-all-the-icons--setup-paradox)
(spaceline-all-the-icons--setup-neotree)
(spaceline-all-the-icons-theme))
)
is there any way to fix this?
The text was updated successfully, but these errors were encountered: