aboutsummaryrefslogtreecommitdiff
path: root/haskell
diff options
context:
space:
mode:
authorCamil Staps2017-01-05 23:12:28 +0100
committerCamil Staps2017-01-05 23:12:28 +0100
commit1af87a51f110450ec253deaf77cbb59dad453301 (patch)
treee9bef306fa516187d9cb5f1ce96d40a89cec17d6 /haskell
parentDon't pad day of month in status bar (diff)
GHCi editor
Diffstat (limited to 'haskell')
-rw-r--r--haskell/ghci.symlink1
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/ghci.symlink b/haskell/ghci.symlink
index 2622132..e5bf06f 100644
--- a/haskell/ghci.symlink
+++ b/haskell/ghci.symlink
@@ -1,6 +1,7 @@
:set -v0
:set -XNoMonomorphismRestriction
:set -Wall -fno-warn-name-shadowing -fno-warn-type-defaults
+:set editor vim
import qualified IPPrint
import qualified Language.Haskell.HsColour as HsColour