repo.or.cz
/
hdata.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
-
[hdata.git]
/
Config.hs
blob
bb9156947746f298da2830f1b3645a6ca3465144
1
{- Config.h -- configuration file for hddb -}
2
3
module
Config
(
4
defaultViewer
5
)
where
6
7
{-
8
this is the default viewer that is launched by
9
the 'view' command
10
-}
11
defaultViewer
::
String
12
defaultViewer
=
"vim"