annotate .xemacs/init.el @ 85:e5d5958bf3fe

minor
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 15 Mar 2021 14:20:00 +0000
parents 8fb11e337e23
children 32c1c853062f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 (message "init 0")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 (defvar site-name 'cirrus "for site-specific initialisation")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 (message "init 1")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 (load "~/lib/emacs/common-init" nil t)
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 (message "init 2")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 (load "~/lib/emacs/pers-init" nil t)
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 (message "init 3")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 (nconc load-path '("/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/prog-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/python-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/xemacs-base" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/text-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/edit-utils" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/fsf-compat" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/sh-script"))
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9