annotate .xemacs/init.el @ 185:acae526510e2

too many overdue updates to break down
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 06 Dec 2023 13:38:58 +0000
parents 1e5f15a1e9fa
children
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")
185
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
3 ;;; for jde???
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
4 (fset 'custom-autoload-orig (symbol-function 'custom-autoload))
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
5 (defun custom-autoload (a b c) (custom-autoload-orig a b))
83
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 (message "init 1")
185
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
7 (load "~/lib/emacs/common-init" nil t)
101
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 95
diff changeset
8 (message "init 2")
185
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
9 (load "~/lib/emacs/pers-init" nil t)
101
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 95
diff changeset
10 (message "init 3")
185
acae526510e2 too many overdue updates to break down
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 141
diff changeset
11