Skip to content

Commit

Permalink
Make arrows in Elm look like arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Oct 4, 2016
1 parent 3c6391e commit 4a2532d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -137,6 +137,8 @@
(add-hook 'erc-mode-hook #'abbrev-mode)
(add-hook 'before-save-hook #'delete-trailing-whitespace)
(add-hook 'scala-mode-hook #'ensime-mode)
(add-hook 'elm-mode-hook (lambda ()
(push '("->" . ?→) prettify-symbols-alist)))
(add-hook 'web-mode-hook (lambda ()
(setq web-mode-markup-indent-offset 2)
(setq web-mode-code-indent-offset 2)
Expand Down

3 comments on commit 4a2532d

@modernserf
Copy link

Choose a reason for hiding this comment

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

Fira Code, dude! It will change your life

@mwunsch
Copy link
Owner Author

@mwunsch mwunsch commented on 4a2532d Oct 7, 2016

Choose a reason for hiding this comment

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

@modernserf I think Fira Code and Emacs don't get along well together. This seems like a lot of heavy lifting: https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs

@modernserf
Copy link

Choose a reason for hiding this comment

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

Oh my. 🙀

Please sign in to comment.