Skip to content

Fix indentation unicode symbols. #714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2015
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions haskell-indentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ the current buffer."
("←" . "<-") ;; #x2190 LEFTWARDS ARROW
("⇒" . "=>") ;; #x21D2 RIGHTWARDS DOUBLE ARROW
("∀" . "forall") ;; #x2200 FOR ALL
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
("⤛" . "-<<") ;; #x291B LEFTWARDS DOUBLE ARROW-TAIL
("⤜" . ">>-") ;; #x291C RIGHTWARDS DOUBLE ARROW-TAIL
("★" . "*")) ;; #x2605 BLACK STAR
Expand Down