diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 20a048e6..c78ce1f4 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -74,4 +74,5 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(variable-pitch ((t (:height 1.2 :family "Roboto Condensed"))))) + '(font-lock-keyword-face ((t (:foreground "#81A1C1" :slant italic)))) + '(variable-pitch ((t (:height 1.3 :family "Roboto Condensed")))))