;;; site-start.el -*- no-byte-compile: t -*- ;;; Commentary: ;; This is the site startup file for GNU Emacs. It is loaded before ;; the user's init file. You may modify this file or replace it by ;; your own site initialisation. ;;; Code: ;; Load site initialisation for Gentoo installed packages. (require 'site-gentoo) ;;; site-start.el ends here