From b3a6e353eea8504b56b5bca96598453f35b114c4 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 20 Nov 2015 23:03:00 -0500 Subject: [PATCH] Fixup emacs init.el --- emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 3e4f09e..175ee57 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -96,9 +96,9 @@ ;; 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))))) + '(proof-locked-face ((t (:underline nil :weight bold)))) + '(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face))))) (require 'autopair) (autopair-global-mode)