Fixup emacs init.el
This commit is contained in:
parent
09dcb0f999
commit
b3a6e353ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue