diff --git a/emacs/.spacemacs b/emacs/.spacemacs index f8d5df7..7e299fa 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -30,6 +30,7 @@ values." markdown org latex + ocaml ;; bepo ;; (shell :variables ;; shell-default-height 30 @@ -294,4 +295,8 @@ you should place you code here." '(font-latex-sectioning-3-face ((t (:inherit font-latex-sectioning-5-face)))) '(font-latex-sectioning-4-face ((t (:inherit font-latex-sectioning-5-face)))) '(font-latex-sectioning-5-face ((t (:foreground "#cb4b16")))) - '(font-latex-verbatim-face ((t (:foreground "#cb4b16"))))) + '(font-latex-verbatim-face ((t (:foreground "#cb4b16")))) + '(linum ((t (:background "#073642" :foreground "#586e75" :slant normal)))) + '(tuareg-font-lock-error-face ((t (:background "#c60007" :weight bold)))) + '(tuareg-font-lock-governing-face ((t (:foreground "#728a05")))) + '(tuareg-font-lock-operator-face ((t (:foreground "#c61b6e")))))