Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
("set0" . 8709) ;; ∅ U+2205
("`<`" . 8842) ;; ⊊ U+228A
("`<=`" . 8838) ;; ⊆ U+2286
("~`" . ) ;; ¬ U+00AC
("`+`" . ?⊕) ;; ⊕ U+2295
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this set notation standard?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove them in the interest of time.

("`*`" . ) ;; × U+00D7
("\\in" . ?∈) ;; ∈ U+2208
("\\notin" . ?∉) ;; ∉ U+2209
("^\\+" . ?⁺) ;; ⁺ U+207A
("^\\-" . ?⁻) ;; ⁻ U+207B
))))