Mercurial > hg > cc > cirrus_home
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 |
rev | line source |
---|---|
83 | 1 (message "init 0") |
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 | 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 | 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 | 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 |