diff --git a/.doom.d/config.el b/.doom.d/config.el index a40963d..cb4e545 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -99,7 +99,8 @@ ;; -------------------------------------------------------------------------------------------- ;; -Transparency ;; -------------------------------------------------------------------------------------------- -(vertico-posframe-mode 1) +(if (display-graphic-p) + (vertico-posframe-mode 1)) ;; -------------------------------------------------------------------------------------------- ;; -Transparency ;; --------------------------------------------------------------------------------------------