Skip to content

Commit

Permalink
updates to darais input
Browse files Browse the repository at this point in the history
  • Loading branch information
davdar committed Apr 20, 2016
1 parent 61b2b53 commit e7a652d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions UnicodeGen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ codes =
, code "" "***"
, code "" "int"
, code "¢" "cent"
, code "" "nip"

-- Logic
, lcode "" "in" "\\in"
Expand Down
1 change: 1 addition & 0 deletions unicode.el
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@
("\\***" [""])
("\\int" [""])
("\\cent" ["¢"])
("\\nip" [""])
("\\in" [""])
("\\in." [""])
("\\in|" [""])
Expand Down
1 change: 1 addition & 0 deletions unicode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ noremap! \ddag ‡
noremap! \*** ⁂
noremap! \int ∫
noremap! \cent ¢
noremap! \nip ⧂
noremap! \in ∈
noremap! \in. ⋵
noremap! \in\| ⋳
Expand Down

0 comments on commit e7a652d

Please sign in to comment.