diff --git a/.emacs b/.emacs index ffff54d..0e3c99b 100644 --- a/.emacs +++ b/.emacs @@ -95,7 +95,10 @@ ;config is in separate file because it is really big (load-file "~/.emacs.d/init-hydra.el")) (use-package multiple-cursors :quelpa) -(use-package company-quickhelp :quelpa) +(use-package company-quickhelp :quelpa + :config + (company-quickhelp-mode 1) + (setq company-quickhelp-delay 0.5)) (use-package magit :quelpa :bind ("C-x g" . magit-status)) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 374192d..81aa4c2 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -3,7 +3,9 @@ (custom-theme-set-variables 'fred - '(ansi-color-names-vector ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])) + '(ansi-color-names-vector ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"]) + '(pos-tip-background-color "#111") + '(pos-tip-foreground-color "#ccc")) (custom-theme-set-faces 'fred