Adding tuareg in emacs
This commit is contained in:
parent
1f176dd805
commit
9190af7515
1 changed files with 6 additions and 1 deletions
|
@ -30,6 +30,7 @@ values."
|
||||||
markdown
|
markdown
|
||||||
org
|
org
|
||||||
latex
|
latex
|
||||||
|
ocaml
|
||||||
;; bepo
|
;; bepo
|
||||||
;; (shell :variables
|
;; (shell :variables
|
||||||
;; shell-default-height 30
|
;; 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-3-face ((t (:inherit font-latex-sectioning-5-face))))
|
||||||
'(font-latex-sectioning-4-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-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")))))
|
||||||
|
|
Loading…
Reference in a new issue