]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Turn on the haskell-mode unicode symbols.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2011 17:34:16 +0000 (13:34 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2011 17:34:16 +0000 (13:34 -0400)
mode-hooks/haskell-mode-hooks.el

index c44495d7795f0e947d48fdb38ac8c5096891d718..bd6ef26bc88dcc6a4a90617e04f82dd9684fcb01 100644 (file)
@@ -3,7 +3,7 @@
   (turn-on-haskell-indent)
   
   ;; Make the symbols pretty, and crap all over performance.
-  ;;(setq haskell-font-lock-symbols t)
+  (setq haskell-font-lock-symbols t)
   )
 
 (add-hook 'haskell-mode-hook 'hm-hook)