Skip to content

Commit 2d1fa59

Browse files
authored
Merge pull request #11 from i-am-the-slime/patch-1
Remove non existing unicode operators
2 parents e2d6519 + ad561ac commit 2d1fa59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

purescript-unicode-input-method.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ packages (base-unicode-symbols and containers-unicode-symbols).
251251
;; Other
252252
;; ("<<" ["≪"])
253253
;; (">>" ["≫"])
254-
("<<<" [""])
255-
(">>>" [""])
254+
;; ("<<<" ["⋘"])
255+
;; (">>>" ["⋙"])
256256
("<|" [""])
257257
("|>" [""])
258258
("><" [""])

0 commit comments

Comments
 (0)