Use vertico-posframe instead of hypop for now
performance reasons, temporary
This commit is contained in:
parent
101c48a565
commit
b6f06e4dce
@ -1071,10 +1071,13 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
:custom
|
:custom
|
||||||
(power-mode-streak-shake-threshold nil))
|
(power-mode-streak-shake-threshold nil))
|
||||||
|
|
||||||
(use-package hypop
|
;; (use-package hypop
|
||||||
|
;; :if (display-graphic-p)
|
||||||
|
;; :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
|
||||||
|
;; :demand t)
|
||||||
|
(use-package vertico-posframe
|
||||||
:if (display-graphic-p)
|
:if (display-graphic-p)
|
||||||
:elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
|
:config (vertico-posframe-mode))
|
||||||
:demand t)
|
|
||||||
(use-package notibox
|
(use-package notibox
|
||||||
:if (display-graphic-p)
|
:if (display-graphic-p)
|
||||||
:elpaca (:host github :repo "MitchMarq42/notibox.el")
|
:elpaca (:host github :repo "MitchMarq42/notibox.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user