Skip to content

Commit 027c869

Browse files
committed
Merge pull request #714 from eigengrau/fix-unicode-indentation-symbols
Fix indentation unicode symbols.
2 parents b5bef49 + c7e516c commit 027c869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-indentation.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ the current buffer."
587587
("" . "<-") ;; #x2190 LEFTWARDS ARROW
588588
("" . "=>") ;; #x21D2 RIGHTWARDS DOUBLE ARROW
589589
("" . "forall") ;; #x2200 FOR ALL
590-
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
591-
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
590+
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
591+
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
592592
("" . "-<<") ;; #x291B LEFTWARDS DOUBLE ARROW-TAIL
593593
("" . ">>-") ;; #x291C RIGHTWARDS DOUBLE ARROW-TAIL
594594
("" . "*")) ;; #x2605 BLACK STAR

0 commit comments

Comments
 (0)