1
0
Fork 0

Fixup emacs init.el

This commit is contained in:
Jeremy Kaplan 2015-11-20 23:03:00 -05:00
commit b3a6e353ee

View file

@ -96,9 +96,9 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; 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")))) '(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) (require 'autopair)
(autopair-global-mode) (autopair-global-mode)