diff options
-rw-r--r-- | lisp/general.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/general.el b/lisp/general.el index 7663579..c66c225 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -255,8 +255,8 @@ :defer t :init (company-quickhelp-mode 1) :config - (setq company-quickhelp-delay 0.1 - ) + (setq company-quickhelp-delay 0.1) + (setq company-quickhelp-color-background (face-attribute 'default :background)) ) ;; Eglot |