Use vertico-posframe instead of hypop for now

performance reasons, temporary
This commit is contained in:
MitchMarq42 2023-05-02 12:38:53 -08:00
parent 101c48a565
commit b6f06e4dce

View File

@ -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")