;; Filename:      .emacs
;; Purpose:       main emacs configuration file
;; Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>, (c) Martin Buchleitner <mabu@chaosfactory.org>
;; Bug-Reports:   see http://grml.org/bugs/
;; License:       This file is licensed under the GPL v2.
;; Latest change: Sat Jan 28 13:56:25 CET 2006 [mika]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(load-library "~/.emacs-files/config.el")
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(load-home-init-file t t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

;; EOF ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
