Help for this page

Select Code to Download


  1. or download this
    $G{editor}      = "emacs";            # editor to use
    $G{list_pager}  = "less";             # output pager program
    
  2. or download this
    $G{editor}      = $ENV{EDITOR} || "vi";  # editor to use
    $G{list_pager}  = $ENV{PAGER} || "more"; # output pager program
    
  3. or download this
      $ PAGER="mail -S \"TODO reminders\" me@domain.com" t -l
    
  4. or download this
      $ EDITOR= t -e