;
IF (!d.name eq "TEK") THEN device, set_string= string(27b)+"[?38h", $
                                   reset_string= string(27b)+string(3b)
;
; libDir points to where the library lives
; change its value accordingly
libDir = '/home/sylvain/idl/lib.v3.1/'
!PATH = $
  libDir+'io:'+$
  libDir+'color:' + $
  libDir+'jobctl:' + $
  libDir+'math:'  + $
  libDir+'misc:'  + $
  libDir+'plot:'  + $
  libDir+'widgets:' + $
  libDir+'fitsio:' + libDir+'fitsio/addl:' + $
  !PATH
;
; add this the the !PATH if you want to access the 'obsolete' ones
;  libDir+'obsolete:' + $
;
!help_path = !help_path+':'+libDir+'help'
;
; turn on all warnings, if you want to
;
!WARN.OBS_ROUTINES = 1
!WARN.OBS_SYSVARS  = 1 
!WARN.PARENS       = 1