Skip to content

Commit eb55b46

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dir-locals.el

Lines changed: 5 additions & 0 deletions
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+00AC
14+
("`+`" . ?⊕) ;; ⊕ U+2295
15+
("`*`" . ) ;; × U+00D7
16+
("\\in" . ?∈) ;; ∈ U+2208
17+
("\\notin" . ?∉) ;; ∉ U+2209
1318
("^\\+" . ?⁺) ;; ⁺ U+207A
1419
("^\\-" . ?⁻) ;; ⁻ U+207B
1520
))))

0 commit comments

Comments
 (0)