home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 323.lha / Remote / .emacsrc next >
Encoding:
Text File  |  1989-12-11  |  350 b   |  12 lines

  1. ;    .emacsrc    Startup file for MicroEMACS 3.9
  2. ;
  3. ; set up delete key 
  4. bind-to-key delete-previous-character 
  5. bind-to-key save-file          ^XF
  6. bind-to-key exit-emacs            ^XQ             
  7. bind-to-key search-forward      ^XS
  8. bind-to-key search-reverse        ^XR
  9. bind-to-key hunt-forward          ^F
  10. bind-to-key hunt-backward         ^R
  11. unbind-key              ^XC
  12.