From 9190af7515eb2ba21a240ae702f6bb1a5660d64b Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Sat, 19 Mar 2016 22:59:12 +0100 Subject: [PATCH] Adding tuareg in emacs --- emacs/.spacemacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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")))))