From b68798faef45ce8f949f890b30436ebca65f563a Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 13 Dec 2022 16:36:48 -0900 Subject: [PATCH] Allow corfu to exist in client emacs --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index cbd4e1c..1743f2c 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -723,7 +723,7 @@ Return nil if DIR is not in a hugo project at all." ;; :hook (prog-mode . company-mode)) (elpaca-use-package (corfu :files (:defaults "extensions/*.el")) - :if (display-graphic-p) + ;; :if (display-graphic-p) ; breaks in emacsclient :custom (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' (corfu-auto t) ;; Enable auto completion