From 941bca9c785e7a733189d1aca5fd549f63047762 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 9 Sep 2016 17:51:01 -0700 Subject: [PATCH] Use haskell mode for xmonad and xmobar --- dotfiles/emacs.d/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index f7494b72..778580c3 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2278,6 +2278,8 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 **** haskell #+BEGIN_SRC emacs-lisp (use-package haskell-mode + :mode ("\\.?xmonad.?.*\\'" + "\\.?xmobar.*\\'") :commands haskell-mode :config (progn