Mercurial > hg > cc > cirrus_home
annotate .xemacs/init.el @ 194:1845222b3d73
move DummyContext out
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 25 Sep 2024 17:45:52 +0100 |
parents | acae526510e2 |
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 |