Adding tuareg in emacs

This commit is contained in:
Martin Potier 2016-03-19 22:59:12 +01:00
parent 1f176dd805
commit 9190af7515
1 changed files with 6 additions and 1 deletions

View File

@ -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")))))