Re-enable hypop and disable vertico-posframe
This commit is contained in:
parent
4e368ef22a
commit
5ebc09006d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user