home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emacs / lisp / default.el < prev    next >
Encoding:
Text File  |  1993-06-14  |  203 b   |  9 lines

  1. ;;
  2. ;; default.el
  3. ;;
  4. ;; meta-flag is set here because Emacs resets this variable on startup
  5. ;;
  6. (setq meta-flag t)
  7. (setq default-ctl-arrow t)
  8. (setq Info-directory (concat (getenv "ROOT") "/info"))
  9.