add some config for company-quickhelp
start globally, fix colors
This commit is contained in:
parent
ebdf35c821
commit
142726faea
5
.emacs
5
.emacs
@ -95,7 +95,10 @@
|
|||||||
;config is in separate file because it is really big
|
;config is in separate file because it is really big
|
||||||
(load-file "~/.emacs.d/init-hydra.el"))
|
(load-file "~/.emacs.d/init-hydra.el"))
|
||||||
(use-package multiple-cursors :quelpa)
|
(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
|
(use-package magit :quelpa
|
||||||
:bind ("C-x g" . magit-status))
|
:bind ("C-x g" . magit-status))
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
(custom-theme-set-variables
|
(custom-theme-set-variables
|
||||||
'fred
|
'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
|
(custom-theme-set-faces
|
||||||
'fred
|
'fred
|
||||||
|
Loading…
Reference in New Issue
Block a user