summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 9174701..7a604e4 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -126,7 +126,7 @@
("RET" . company-complete-selection))
:diminish)
-(unless (display-graphic-p) (global-company-mode 1))
+(unless nil (display-graphic-p) (global-company-mode 1))
;;; vertico
(use-package vertico