summaryrefslogtreecommitdiff
path: root/archive/.ghci
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-25 15:10:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-25 15:11:03 -0700
commit639bdb74e607c1d3c48a775ffe6b889103e1f1dd (patch)
tree5456ef40cbc47900c29cfce5630476eecea7b88b /archive/.ghci
parent03a46b352842a2b77cc7f2a159eb794d1079bc00 (diff)
downloaddotfiles-639bdb74e607c1d3c48a775ffe6b889103e1f1dd.tar.gz
archive some unused configuration
Diffstat (limited to 'archive/.ghci')
-rw-r--r--archive/.ghci8
1 files changed, 8 insertions, 0 deletions
diff --git a/archive/.ghci b/archive/.ghci
new file mode 100644
index 00000000..2b7f381c
--- /dev/null
+++ b/archive/.ghci
@@ -0,0 +1,8 @@
+-- for use with ghci-ng
+-- :set +c
+
+-- set the prompt
+:set prompt "ghci> "
+
+-- -- after install haskell-docs, can now type :doc function to get docs on a function
+-- :def doc \input -> return (":!haskell-docs " ++ input)