home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d022 / lemacs.lha / Lemacs / emacs.rc < prev    next >
Encoding:
Text File  |  1986-05-10  |  451 b   |  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.