]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/ghc.nix
nix: format
[julm/julm-nix.git] / home-manager / profiles / ghc.nix
1 {
2 home.file.".ghci".text = ''
3 -- Custom prompt breaks ob-haskell:
4 -- https://github.com/aspiers/orgmode/blob/5121209baa4e0e9532b521ec997b66bb8be31460/lisp/ob-haskell.el#L121-L124
5 -- :set prompt "\SOH\ESC[93m\STXλ\SOH\ESC[34;1m\STX>\SOH\ESC[0;48;05;233m\STX "
6
7 -- Reversing errors breaks ghcid's --reverse-errors·
8 -- :set -freverse-errors
9 '';
10 }