Mercurial > hg > cc > cirrus_home
view .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 |
line wrap: on
line source
(message "init 0") (defvar site-name 'cirrus "for site-specific initialisation") ;;; for jde??? (fset 'custom-autoload-orig (symbol-function 'custom-autoload)) (defun custom-autoload (a b c) (custom-autoload-orig a b)) (message "init 1") (load "~/lib/emacs/common-init" nil t) (message "init 2") (load "~/lib/emacs/pers-init" nil t) (message "init 3")