emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 2f9688f8d421cd0294059ee082331c30e8ff4ef6
parent d913afdf29134c54b2f6fc62ea35455bac834f31
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Thu, 21 Jun 2018 18:18:12 -0500

Update company-quickhelp color pallete.

Diffstat:
MREADME.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -511,8 +511,8 @@ Install =company-quickhelp= and set delay, FG/BG colors, max lines.
     :init
     (company-quickhelp-mode t)
     (setq company-quickhelp-delay 0.01)
-    (setq company-quickhelp-color-background "#272822")
-    (setq company-quickhelp-color-foreground "#F8F8F2")
+    (setq company-quickhelp-color-background "#262626")
+    (setq company-quickhelp-color-foreground "#ebdbb2")
     (setq company-quickhelp-max-lines 20)
     (setq company-quickhelp-use-propertized-text t))
 #+END_SRC