diff options
| author | jao <jao@gnu.org> | 2022-07-20 17:54:57 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-07-20 17:54:57 +0100 |
| commit | 4380ba4411e3c6c0f8920d623f5e40067ea62514 (patch) | |
| tree | 58e1b50f6b2008d0e2bd028447a6fe9d25c34e19 | |
| parent | a00cce58c76472376854ea846598a21e2ed331ce (diff) | |
| download | elibs-4380ba4411e3c6c0f8920d623f5e40067ea62514.tar.gz elibs-4380ba4411e3c6c0f8920d623f5e40067ea62514.tar.bz2 | |
company in graphic mode too
| -rw-r--r-- | custom/jao-custom-completion.el | 2 |
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 |
