From e360faf881feaac54fd58cbc7d72c2f60e4c5ee4 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 10 Nov 2015 00:34:01 -0500 Subject: [PATCH] Add tuareg (OCaml) to emacs --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index df901fc..4ae27b6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -18,6 +18,7 @@ markdown-mode php-mode scala-mode + tuareg undo-tree web-mode yaml-mode @@ -93,6 +94,7 @@ ;; 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. + '(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face)))) '(hl-line ((t (:background "black")))) '(proof-locked-face ((t (:underline nil :weight bold)))))