add some config for company-quickhelp

start globally, fix colors
This commit is contained in:
Adam Goldsmith 2015-08-19 20:28:19 -04:00
parent ebdf35c821
commit 142726faea
2 changed files with 7 additions and 2 deletions

5
.emacs
View File

@ -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))

View File

@ -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