Skip to content

Commit

Permalink
emacs agda: поправлены цвета
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin committed Apr 18, 2013
1 parent e945816 commit a94f43b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
'(agda2-highlight-postulate-face ((t (:foreground "light blue"))))
'(agda2-highlight-primitive-face ((t (:foreground "light blue"))))
'(agda2-highlight-primitive-type-face ((t (:foreground "light blue"))))
'(agda2-highlight-record-face ((t (:foreground "light blue")))))
'(agda2-highlight-record-face ((t (:foreground "light blue"))))
'(agda2-highlight-unsolved-constraint-face ((t (:background "orange3" :foreground "black"))))
'(agda2-highlight-unsolved-meta-face ((t (:background "orange3" :foreground "black")))))

(load-file "~/.emacs.d/init.el")
(put 'upcase-region 'disabled nil)
Expand Down

0 comments on commit a94f43b

Please sign in to comment.