Use haskell mode for xmonad and xmobar

This commit is contained in:
Ivan Malison 2016-09-09 17:51:01 -07:00
parent cf84ae4653
commit 941bca9c78
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2278,6 +2278,8 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
**** haskell **** haskell
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package haskell-mode (use-package haskell-mode
:mode ("\\.?xmonad.?.*\\'"
"\\.?xmobar.*\\'")
:commands haskell-mode :commands haskell-mode
:config :config
(progn (progn