summaryrefslogtreecommitdiff
blob: 4d1453768993d8de4f97f17c2c03ae78dbcf3cef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; site-start.el			-*- no-byte-compile: t -*-

;;; Commentary:
;; This default site startup file for Emacs was created by package
;; app-emacs/emacs-common-gentoo. 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