home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / txttools / lemacs.lzh / LEMACS / EMACS.RC < prev    next >
Text File  |  1991-11-01  |  451b  |  18 lines

  1. ;    EMACS.RC:    Startup file for MicroEMACS 3.4
  2. ;
  3. ;            This file is executed everytime the
  4. ;            editor is entered
  5.  
  6. ;    ***** Rebind the Function key group
  7.  
  8. bind-to-key execute-named-command    FN;
  9. bind-to-key execute-file        FN<
  10. bind-to-key hunt-forward        FN=
  11. bind-to-key hunt-backward        FN>
  12. bind-to-key next-window            FN?
  13. bind-to-key execute-macro        FN@
  14. bind-to-key find-file            FNA
  15. bind-to-key view-file            FNB
  16. bind-to-key save-file            FNC
  17. bind-to-key exit-emacs            FND
  18.