From dce99092c5833c036191e036a095f1d0f758d4e9 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Wed, 13 Jul 2022 11:36:54 +0900 Subject: [PATCH] Emacs : vertico-posframe mode works only gui mode --- .doom.d/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; --------------------------------------------------------------------------------------------