Re-enable hypop and disable vertico-posframe

This commit is contained in:
MitchMarq42 2023-05-30 09:27:29 -08:00
parent 4e368ef22a
commit 5ebc09006d

View File

@ -1083,14 +1083,14 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
:custom
(power-mode-streak-shake-threshold nil))
;; (use-package hypop
;; :if (display-graphic-p)
;; :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
;; :demand t)
(use-package vertico-posframe
:after vertico
(use-package hypop
:if (display-graphic-p)
:config (vertico-posframe-mode))
:elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
:demand t)
;; (use-package vertico-posframe
;; :after vertico
;; :if (display-graphic-p)
;; :config (vertico-posframe-mode))
;; (use-package notibox
;; :if (display-graphic-p)
;; :elpaca (:host github :repo "MitchMarq42/notibox.el")