Mercurial > hg > cc > cirrus_home
view .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 |
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")