We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8715181 commit 59dfddaCopy full SHA for 59dfdda
.dir-locals.el
@@ -10,6 +10,11 @@
10
("set0" . 8709) ;; ∅ U+2205
11
("`<`" . 8842) ;; ⊊ U+228A
12
("`<=`" . 8838) ;; ⊆ U+2286
13
- ("^\\+" . ?⁺) ;; ⁺ U+207A
+ ("~`" . ?¬) ;; ¬ U+00AC
14
+ ("`+`" . ?⊕) ;; ⊕ U+2295
15
+ ("`*`" . ?×) ;; × U+00D7
16
+ ("\\in" . ?∈) ;; ∈ U+2208
17
+ ("\\notin" . ?∉) ;; ∉ U+2209
18
+ (""^\\+" . ?⁺) ;; ⁺ U+207A
19
("^\\-" . ?⁻) ;; ⁻ U+207B
20
))))
0 commit comments