Skip to content

Commit 59dfdda

Browse files
committed
more dir locals for company-coq
1 parent 8715181 commit 59dfdda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.dir-locals.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
("set0" . 8709) ;; ∅ U+2205
1111
("`<`" . 8842) ;; ⊊ U+228A
1212
("`<=`" . 8838) ;; ⊆ U+2286
13-
("^\\+" . ?⁺) ;; ⁺ U+207A
13+
("~`" . ) ;; ¬ U+00AC
14+
("`+`" . ?⊕) ;; ⊕ U+2295
15+
("`*`" . ) ;; × U+00D7
16+
("\\in" . ?∈) ;; ∈ U+2208
17+
("\\notin" . ?∉) ;; ∉ U+2209
18+
(""^\\+" . ?⁺) ;; ⁺ U+207A
1419
("^\\-" . ?⁻) ;; ⁻ U+207B
1520
))))

0 commit comments

Comments
 (0)