;;; host-specific-setup.el --- host-specific setups ;; Time-stamp: <2004-12-08 14:35:18 John.Sturdy> ;; Author: John Sturdy ;;; This package allows me to set things up differently on each machine that I use. ;;; I use this mostly for selecting font and screen size to get a full screen display (require 'screen-setups) ;; the code that was here has now gone into $COMMON/emacs/host-setup.el (use-screen-setup default-screen-setup) ;;; host-specific-setup.el ends here